#36098E

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

Shades of Persian Indigo #36098E

Tints of Persian Indigo #36098E

Color information

#36098E (or 0x36098E) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 8E. RGB value is (54,9,142). Sum of RGB (Red+Green+Blue) = 54+9+142=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #36098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36098E is #C9F671. Grayscale: #252525. Windows color (decimal): -13235826 or 9308470. OLE color: 9308470.

HSL color Cylindrical-coordinate representation of color #36098E: hue angle of 260.3º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36098E is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB549142-
CMYK0.620.9400.44
HSL260.3º88.08%29.61%-
HSV(B)260.3º93.66%55.69%-
XYZ6.52.9325.81-
YUV37.62186.91139.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=26.34%
G=4.39%
B=69.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5491420.620.9400.44260.388.0829.61
Hex3698E3E5E02C104581e
Octal66112167613605440413036
Binary11011010011000111011111010111100101100100000100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36098E; }

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

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

<style>
 a { background-color: #36098E; }

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

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

<style>
 span { border-color: #36098E; }

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

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