#36099D

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

Shades of Persian Indigo #36099D

Tints of Persian Indigo #36099D

Color information

#36099D (or 0x36099D) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 9D. RGB value is (54,9,157). Sum of RGB (Red+Green+Blue) = 54+9+157=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #36099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36099D is #C9F662. Grayscale: #262626. Windows color (decimal): -13235811 or 10291510. OLE color: 10291510.

HSL color Cylindrical-coordinate representation of color #36099D: hue angle of 258.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36099D is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB549157-
CMYK0.660.9400.38
HSL258.24º89.16%32.55%-
HSV(B)258.24º94.27%61.57%-
XYZ7.73.4132.15-
YUV39.33194.41138.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 157 (61.72% from 255) = 71.36%
R=24.55%
G=4.09%
B=71.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5491570.660.9400.38258.2489.1632.55
Hex3699D425E0261025921
Octal661123510213604640213141
Binary1101101001100111011000010101111001001101000000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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