Shades of Persian Indigo #36089C
Tints of Persian Indigo #36089C
RGB
CMYK
RGB Variations
Color information
#36089C (or 0x36089C) is known color: Persian Indigo. HEX triplet: 36, 08 and 9C. RGB value is (54,8,156). Sum of RGB (Red+Green+Blue) = 54+8+156=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #36089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36089C is #C9F763. Grayscale: #262626. Windows color (decimal): -13236068 or 10225718. OLE color: 10225718.
HSL color Cylindrical-coordinate representation of color #36089C: hue angle of 258.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36089C is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 8 | 156 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.39 |
| HSL | 258.65º | 0.9% | 0.32% | - |
| HSV(B) | 258.65º | 0.95% | 0.61% | - |
| XYZ | 7.61 | 3.36 | 31.7 | - |
| YUV | 38.63 | 194.24 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 156 | 0.65 | 0.95 | 0 | 0.39 | 258.65 | 0.9 | 0.32 |
| Hex | 36 | 8 | 9C | 41 | 5F | 0 | 27 | 103 | 5A | 20 |
| Octal | 66 | 10 | 234 | 101 | 137 | 0 | 47 | 403 | 132 | 40 |
| Binary | 110110 | 1000 | 10011100 | 1000001 | 1011111 | 0 | 100111 | 100000011 | 1011010 | 100000 |
Color Harmonies of #36089C
Complementary color
Monochromatic Colors of #36089C
Black with #36089C
Text Example
Text Example
White with #36089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36089C; }
p { color: rgb(54,8,156); }
H1.HeaderClassName
{
color: #36089C;
}
.AnyTagClassName
{
color: #36089C;
}
</style>
background-color css
<style>
a { background-color: #36089C; }
a { background-color: rgb(54,8,156); }
div.DivClassName
{
background-color: #36089C;
}
.BgClassName
{
background-color: #36089C;
}
</style>
border-color css
<style>
span { border-color: #36089C; }
span { border-color: rgb(54,8,156); }
td.TdClassName
{
border-color: #36089C;
}
.TagClassName
{
border-color: #36089C;
}
</style>