Shades of Persian Indigo #36078A
Tints of Persian Indigo #36078A
RGB
CMYK
RGB Variations
Color information
#36078A (or 0x36078A) is known color: Persian Indigo. HEX triplet: 36, 07 and 8A. RGB value is (54,7,138). Sum of RGB (Red+Green+Blue) = 54+7+138=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #36078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36078A is #C9F875. Grayscale: #232323. Windows color (decimal): -13236342 or 9045814. OLE color: 9045814.
HSL color Cylindrical-coordinate representation of color #36078A: hue angle of 261.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36078A is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 7 | 138 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.46 |
| HSL | 261.53º | 0.9% | 0.28% | - |
| HSV(B) | 261.53º | 0.95% | 0.54% | - |
| XYZ | 6.18 | 2.77 | 24.25 | - |
| YUV | 35.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 138 | 0.61 | 0.95 | 0 | 0.46 | 261.53 | 0.9 | 0.28 |
| Hex | 36 | 7 | 8A | 3D | 5F | 0 | 2E | 106 | 5A | 1C |
| Octal | 66 | 7 | 212 | 75 | 137 | 0 | 56 | 406 | 132 | 34 |
| Binary | 110110 | 111 | 10001010 | 111101 | 1011111 | 0 | 101110 | 100000110 | 1011010 | 11100 |
Color Harmonies of #36078A
Complementary color
Monochromatic Colors of #36078A
Black with #36078A
Text Example
Text Example
White with #36078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36078A; }
p { color: rgb(54,7,138); }
H1.HeaderClassName
{
color: #36078A;
}
.AnyTagClassName
{
color: #36078A;
}
</style>
background-color css
<style>
a { background-color: #36078A; }
a { background-color: rgb(54,7,138); }
div.DivClassName
{
background-color: #36078A;
}
.BgClassName
{
background-color: #36078A;
}
</style>
border-color css
<style>
span { border-color: #36078A; }
span { border-color: rgb(54,7,138); }
td.TdClassName
{
border-color: #36078A;
}
.TagClassName
{
border-color: #36078A;
}
</style>