#36158A

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

Shades of Persian Indigo #36158A

Tints of Persian Indigo #36158A

Color information

#36158A (or 0x36158A) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 8A. RGB value is (54,21,138). Sum of RGB (Red+Green+Blue) = 54+21+138=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #36158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36158A is #C9EA75. Grayscale: #2B2B2B. Windows color (decimal): -13232758 or 9049398. OLE color: 9049398.

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

Color convert

RGB5421138-
CMYK0.610.8500.46
HSL256.92º73.58%31.18%-
HSV(B)256.92º84.78%54.12%-
XYZ6.383.1624.32-
YUV44.2180.93134.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=25.35%
G=9.86%
B=64.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54211380.610.8500.46256.9273.5831.18
Hex36158A3D5502E1014a1f
Octal66252127512505640111237
Binary110110101011000101011110110101010101110100000001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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