#36096A

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

Shades of Persian Indigo #36096A

Tints of Persian Indigo #36096A

Color information

#36096A (or 0x36096A) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 6A. RGB value is (54,9,106). Sum of RGB (Red+Green+Blue) = 54+9+106=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #36096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36096A is #C9F695. Grayscale: #212121. Windows color (decimal): -13235862 or 6949174. OLE color: 6949174.

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

Color convert

RGB549106-
CMYK0.490.9200.58
HSL267.84º84.35%22.55%-
HSV(B)267.84º91.51%41.57%-
XYZ4.222.0213.8-
YUV33.51168.91142.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 106 (41.80% from 255) = 62.72%
R=31.95%
G=5.33%
B=62.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5491060.490.9200.58267.8484.3522.55
Hex3696A315C03A10c5417
Octal66111526113407241412427
Binary1101101001110101011000110111000111010100001100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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