#36106A

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

Shades of Persian Indigo #36106A

Tints of Persian Indigo #36106A

Color information

#36106A (or 0x36106A) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 6A. RGB value is (54,16,106). Sum of RGB (Red+Green+Blue) = 54+16+106=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #36106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36106A is #C9EF95. Grayscale: #252525. Windows color (decimal): -13234070 or 6950966. OLE color: 6950966.

HSL color Cylindrical-coordinate representation of color #36106A: hue angle of 265.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36106A is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5416106-
CMYK0.490.8500.58
HSL265.33º73.77%23.92%-
HSV(B)265.33º84.91%41.57%-
XYZ4.312.213.83-
YUV37.62166.59139.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 106 (41.80% from 255) = 60.23%
R=30.68%
G=9.09%
B=60.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54161060.490.8500.58265.3373.7723.92
Hex36106A315503A1094a18
Octal66201526112507241111230
Binary11011010000110101011000110101010111010100001001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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