#36187C

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

Shades of Persian Indigo #36187C

Tints of Persian Indigo #36187C

Color information

#36187C (or 0x36187C) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 7C. RGB value is (54,24,124). Sum of RGB (Red+Green+Blue) = 54+24+124=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #36187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36187C is #C9E783. Grayscale: #2C2C2C. Windows color (decimal): -13232004 or 8132662. OLE color: 8132662.

HSL color Cylindrical-coordinate representation of color #36187C: hue angle of 258º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36187C is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5424124-
CMYK0.560.8100.51
HSL258º67.57%29.02%-
HSV(B)258º80.65%48.63%-
XYZ5.492.8919.34-
YUV44.37172.94134.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 124 (48.83% from 255) = 61.39%
R=26.73%
G=11.88%
B=61.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54241240.560.8100.5125867.5729.02
Hex36187C3851033102441d
Octal66301747012106340210435
Binary11011011000111110011100010100010110011100000010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36187C; }

 p { color: rgb(54,24,124); }

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

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

 a { background-color: rgb(54,24,124); }

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

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

 span { border-color: rgb(54,24,124); }

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