#331186

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

Shades of Persian Indigo #331186

Tints of Persian Indigo #331186

Color information

#331186 (or 0x331186) is unknown color: approx Persian Indigo. HEX triplet: 33, 11 and 86. RGB value is (51,17,134). Sum of RGB (Red+Green+Blue) = 51+17+134=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #331186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331186 is #CCEE79. Grayscale: #282828. Windows color (decimal): -13430394 or 8786227. OLE color: 8786227.

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

Color convert

RGB5117134-
CMYK0.620.8700.47
HSL257.44º77.48%29.61%-
HSV(B)257.44º87.31%52.55%-
XYZ5.872.8322.79-
YUV40.5180.76135.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 134 (52.73% from 255) = 66.34%
R=25.25%
G=8.42%
B=66.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51171340.620.8700.47257.4477.4829.61
Hex3311863E5702F1014d1e
Octal63212067612705740111536
Binary110011100011000011011111010101110101111100000001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331186; }

 p { color: rgb(51,17,134); }

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

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

 a { background-color: rgb(51,17,134); }

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

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

 span { border-color: rgb(51,17,134); }

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