#36187B

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

Shades of Persian Indigo #36187B

Tints of Persian Indigo #36187B

Color information

#36187B (or 0x36187B) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 7B. RGB value is (54,24,123). Sum of RGB (Red+Green+Blue) = 54+24+123=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #36187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36187B is #C9E784. Grayscale: #2B2B2B. Windows color (decimal): -13232005 or 8067126. OLE color: 8067126.

HSL color Cylindrical-coordinate representation of color #36187B: hue angle of 258.18º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36187B is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5424123-
CMYK0.560.8000.52
HSL258.18º67.35%28.82%-
HSV(B)258.18º80.49%48.24%-
XYZ5.422.8719.01-
YUV44.26172.44134.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=26.87%
G=11.94%
B=61.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54241230.560.8000.52258.1867.3528.82
Hex36187B3850034102431d
Octal66301737012006440210335
Binary11011011000111101111100010100000110100100000010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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