#331884

Color #331884 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #331884

Tints of Persian Indigo #331884

Color information

#331884 (or 0x331884) is unknown color: approx Persian Indigo. HEX triplet: 33, 18 and 84. RGB value is (51,24,132). Sum of RGB (Red+Green+Blue) = 51+24+132=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #331884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331884 is #CCE77B. Grayscale: #2B2B2B. Windows color (decimal): -13428604 or 8656947. OLE color: 8656947.

HSL color Cylindrical-coordinate representation of color #331884: hue angle of 255º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331884 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5124132-
CMYK0.610.8200.48
HSL255º69.23%30.59%-
HSV(B)255º81.82%51.76%-
XYZ5.863.0222.1-
YUV44.38177.45132.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 132 (51.95% from 255) = 63.77%
R=24.64%
G=11.59%
B=63.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51241320.610.8200.4825569.2330.59
Hex3318843D52030ff451f
Octal63302047512206037710537
Binary11001111000100001001111011010010011000011111111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331884; }

 p { color: rgb(51,24,132); }

 H1.HeaderClassName
 {
   color: #331884;
 }
 .AnyTagClassName
 {
   color: #331884;
 }
</style>
background-color css

<style>
 a { background-color: #331884; }

 a { background-color: rgb(51,24,132); }

 div.DivClassName
 {
   background-color: #331884;
 }
 .BgClassName
 {
   background-color: #331884;
 }
</style>
border-color css

<style>
 span { border-color: #331884; }

 span { border-color: rgb(51,24,132); }

 td.TdClassName
 {
   border-color: #331884;
 }
 .TagClassName
 {
   border-color: #331884;
 }
</style>