#36098D

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

Shades of Persian Indigo #36098D

Tints of Persian Indigo #36098D

Color information

#36098D (or 0x36098D) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and 8D. RGB value is (54,9,141). Sum of RGB (Red+Green+Blue) = 54+9+141=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #36098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36098D is #C9F672. Grayscale: #252525. Windows color (decimal): -13235827 or 9242934. OLE color: 9242934.

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

Color convert

RGB549141-
CMYK0.620.9400.45
HSL260.45º88%29.41%-
HSV(B)260.45º93.62%55.29%-
XYZ6.432.925.42-
YUV37.5186.41139.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 141 (55.47% from 255) = 69.12%
R=26.47%
G=4.41%
B=69.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5491410.620.9400.45260.458829.41
Hex3698D3E5E02D104581d
Octal66112157613605540413035
Binary11011010011000110111111010111100101101100000100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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