Shades of Persian Indigo #36089E
Tints of Persian Indigo #36089E
RGB
CMYK
RGB Variations
Color information
#36089E (or 0x36089E) is known color: Persian Indigo. HEX triplet: 36, 08 and 9E. RGB value is (54,8,158). Sum of RGB (Red+Green+Blue) = 54+8+158=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #36089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36089E is #C9F761. Grayscale: #262626. Windows color (decimal): -13236066 or 10356790. OLE color: 10356790.
HSL color Cylindrical-coordinate representation of color #36089E: hue angle of 258.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36089E is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 8 | 158 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.38 |
| HSL | 258.4º | 0.9% | 0.33% | - |
| HSV(B) | 258.4º | 0.95% | 0.62% | - |
| XYZ | 7.78 | 3.43 | 32.6 | - |
| YUV | 38.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 158 | 0.66 | 0.95 | 0 | 0.38 | 258.4 | 0.9 | 0.33 |
| Hex | 36 | 8 | 9E | 42 | 5F | 0 | 26 | 102 | 5A | 21 |
| Octal | 66 | 10 | 236 | 102 | 137 | 0 | 46 | 402 | 132 | 41 |
| Binary | 110110 | 1000 | 10011110 | 1000010 | 1011111 | 0 | 100110 | 100000010 | 1011010 | 100001 |
Color Harmonies of #36089E
Complementary color
Monochromatic Colors of #36089E
Black with #36089E
Text Example
Text Example
White with #36089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36089E; }
p { color: rgb(54,8,158); }
H1.HeaderClassName
{
color: #36089E;
}
.AnyTagClassName
{
color: #36089E;
}
</style>
background-color css
<style>
a { background-color: #36089E; }
a { background-color: rgb(54,8,158); }
div.DivClassName
{
background-color: #36089E;
}
.BgClassName
{
background-color: #36089E;
}
</style>
border-color css
<style>
span { border-color: #36089E; }
span { border-color: rgb(54,8,158); }
td.TdClassName
{
border-color: #36089E;
}
.TagClassName
{
border-color: #36089E;
}
</style>