#36056C

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

Shades of Persian Indigo #36056C

Tints of Persian Indigo #36056C

Color information

#36056C (or 0x36056C) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 6C. RGB value is (54,5,108). Sum of RGB (Red+Green+Blue) = 54+5+108=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #36056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36056C is #C9FA93. Grayscale: #1F1F1F. Windows color (decimal): -13236884 or 7079222. OLE color: 7079222.

HSL color Cylindrical-coordinate representation of color #36056C: hue angle of 268.54º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36056C is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB545108-
CMYK0.500.9500.58
HSL268.54º91.15%22.16%-
HSV(B)268.54º95.37%42.35%-
XYZ4.281.9814.34-
YUV31.39171.23144.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 108 (42.58% from 255) = 64.67%
R=32.34%
G=2.99%
B=64.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5451080.500.9500.58268.5491.1522.16
Hex3656C325F03A10d5b16
Octal6651546213707241513326
Binary110110101110110011001010111110111010100001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,5,108); }

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

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

 a { background-color: rgb(54,5,108); }

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

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

 span { border-color: rgb(54,5,108); }

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