#36187F

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

Shades of Persian Indigo #36187F

Tints of Persian Indigo #36187F

Color information

#36187F (or 0x36187F) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 7F. RGB value is (54,24,127). Sum of RGB (Red+Green+Blue) = 54+24+127=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #36187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36187F is #C9E780. Grayscale: #2C2C2C. Windows color (decimal): -13232001 or 8329270. OLE color: 8329270.

HSL color Cylindrical-coordinate representation of color #36187F: hue angle of 257.48º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36187F is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5424127-
CMYK0.570.8100.50
HSL257.48º68.21%29.61%-
HSV(B)257.48º81.1%49.8%-
XYZ5.682.9720.35-
YUV44.71174.44134.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 127 (50% from 255) = 61.95%
R=26.34%
G=11.71%
B=61.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54241270.570.8100.50257.4868.2129.61
Hex36187F3951032101441e
Octal66301777112106240110436
Binary11011011000111111111100110100010110010100000001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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