#36158B

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

Shades of Persian Indigo #36158B

Tints of Persian Indigo #36158B

Color information

#36158B (or 0x36158B) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 8B. RGB value is (54,21,139). Sum of RGB (Red+Green+Blue) = 54+21+139=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #36158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36158B is #C9EA74. Grayscale: #2B2B2B. Windows color (decimal): -13232757 or 9114934. OLE color: 9114934.

HSL color Cylindrical-coordinate representation of color #36158B: hue angle of 256.78º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36158B is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5421139-
CMYK0.610.8500.45
HSL256.78º73.75%31.37%-
HSV(B)256.78º84.89%54.51%-
XYZ6.453.1824.7-
YUV44.32181.43134.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=25.23%
G=9.81%
B=64.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54211390.610.8500.45256.7873.7531.37
Hex36158B3D5502D1014a1f
Octal66252137512505540111237
Binary110110101011000101111110110101010101101100000001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,21,139); }

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

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

 a { background-color: rgb(54,21,139); }

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

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

 span { border-color: rgb(54,21,139); }

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