#33186E

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

Shades of Persian Indigo #33186E

Tints of Persian Indigo #33186E

Color information

#33186E (or 0x33186E) is unknown color: approx Persian Indigo. HEX triplet: 33, 18 and 6E. RGB value is (51,24,110). Sum of RGB (Red+Green+Blue) = 51+24+110=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #33186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33186E is #CCE791. Grayscale: #292929. Windows color (decimal): -13428626 or 7215155. OLE color: 7215155.

HSL color Cylindrical-coordinate representation of color #33186E: hue angle of 258.84º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33186E is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5124110-
CMYK0.540.7800.57
HSL258.84º64.18%26.27%-
HSV(B)258.84º78.18%43.14%-
XYZ4.512.4814.99-
YUV41.88166.45134.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=27.57%
G=12.97%
B=59.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51241100.540.7800.57258.8464.1826.27
Hex33186E364E039103401a
Octal63301566611607140310032
Binary11001111000110111011011010011100111001100000011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33186E; }

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

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

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

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

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

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

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

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