#331488

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

Shades of Persian Indigo #331488

Tints of Persian Indigo #331488

Color information

#331488 (or 0x331488) is unknown color: approx Persian Indigo. HEX triplet: 33, 14 and 88. RGB value is (51,20,136). Sum of RGB (Red+Green+Blue) = 51+20+136=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #331488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331488 is #CCEB77. Grayscale: #2A2A2A. Windows color (decimal): -13429624 or 8918067. OLE color: 8918067.

HSL color Cylindrical-coordinate representation of color #331488: hue angle of 256.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331488 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5120136-
CMYK0.620.8500.47
HSL256.03º74.36%30.59%-
HSV(B)256.03º85.29%53.33%-
XYZ6.062.9823.55-
YUV42.49180.77134.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 136 (53.52% from 255) = 65.70%
R=24.64%
G=9.66%
B=65.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51201360.620.8500.47256.0374.3630.59
Hex3314883E5502F1004a1f
Octal63242107612505740011237
Binary110011101001000100011111010101010101111100000000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331488; }

 p { color: rgb(51,20,136); }

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

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

 a { background-color: rgb(51,20,136); }

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

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

 span { border-color: rgb(51,20,136); }

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