#36046F

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

Shades of Persian Indigo #36046F

Tints of Persian Indigo #36046F

Color information

#36046F (or 0x36046F) is unknown color: approx Persian Indigo. HEX triplet: 36, 04 and 6F. RGB value is (54,4,111). Sum of RGB (Red+Green+Blue) = 54+4+111=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #36046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36046F is #C9FB90. Grayscale: #1E1E1E. Windows color (decimal): -13237137 or 7275574. OLE color: 7275574.

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

Color convert

RGB544111-
CMYK0.510.9600.56
HSL268.04º93.04%22.55%-
HSV(B)268.04º96.4%43.53%-
XYZ4.432.0215.19-
YUV31.15173.06144.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 111 (43.75% from 255) = 65.68%
R=31.95%
G=2.37%
B=65.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5441110.510.9600.56268.0493.0422.55
Hex3646F336003810c5d17
Octal6641576314007041413527
Binary110110100110111111001111000000111000100001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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