#36006B

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

Shades of Persian Indigo #36006B

Tints of Persian Indigo #36006B

Color information

#36006B (or 0x36006B) is unknown color: approx Persian Indigo. HEX triplet: 36, 00 and 6B. RGB value is (54,0,107). Sum of RGB (Red+Green+Blue) = 54+0+107=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #36006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36006B is #C9FF94. Grayscale: #1B1B1B. Windows color (decimal): -13238165 or 7012406. OLE color: 7012406.

HSL color Cylindrical-coordinate representation of color #36006B: hue angle of 270.28º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36006B is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB540107-
CMYK0.50100.58
HSL270.28º100%20.98%-
HSV(B)270.28º100%41.96%-
XYZ4.181.8514.05-
YUV28.34172.39146.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 66.46%
R=33.54%
G=0%
B=66.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5401070.50100.58270.2810020.98
Hex3606B326403A10e6415
Octal6601536214407241614425
Binary1101100110101111001011001000111010100001110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,0,107); }

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

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

 a { background-color: rgb(54,0,107); }

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

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

 span { border-color: rgb(54,0,107); }

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