#36099C

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

Shades of Persian Indigo #36099C

Tints of Persian Indigo #36099C

Color information

#36099C (or 0x36099C) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 9C. RGB value is (54,9,156). Sum of RGB (Red+Green+Blue) = 54+9+156=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #36099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36099C is #C9F663. Grayscale: #262626. Windows color (decimal): -13235812 or 10225974. OLE color: 10225974.

HSL color Cylindrical-coordinate representation of color #36099C: hue angle of 258.37º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36099C is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB549156-
CMYK0.650.9400.39
HSL258.37º89.09%32.35%-
HSV(B)258.37º94.23%61.18%-
XYZ7.623.3831.7-
YUV39.21193.91138.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 156 (61.33% from 255) = 71.23%
R=24.66%
G=4.11%
B=71.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5491560.650.9400.39258.3789.0932.35
Hex3699C415E0271025920
Octal661123410113604740213140
Binary1101101001100111001000001101111001001111000000101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36099C; }

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

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

<style>
 a { background-color: #36099C; }

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

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

<style>
 span { border-color: #36099C; }

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

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