#36106F

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

Shades of Persian Indigo #36106F

Tints of Persian Indigo #36106F

Color information

#36106F (or 0x36106F) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 6F. RGB value is (54,16,111). Sum of RGB (Red+Green+Blue) = 54+16+111=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #36106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36106F is #C9EF90. Grayscale: #252525. Windows color (decimal): -13234065 or 7278646. OLE color: 7278646.

HSL color Cylindrical-coordinate representation of color #36106F: hue angle of 264º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36106F is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5416111-
CMYK0.510.8600.56
HSL264º74.8%24.9%-
HSV(B)264º85.59%43.53%-
XYZ4.582.315.24-
YUV38.19169.09139.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=29.83%
G=8.84%
B=61.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54161110.510.8600.5626474.824.9
Hex36106F33560381084b19
Octal66201576312607041011331
Binary11011010000110111111001110101100111000100001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,16,111); }

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

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

 a { background-color: rgb(54,16,111); }

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

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

 span { border-color: rgb(54,16,111); }

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