Shades of Persian Indigo #36078B
Tints of Persian Indigo #36078B
RGB
CMYK
RGB Variations
Color information
#36078B (or 0x36078B) is known color: Persian Indigo. HEX triplet: 36, 07 and 8B. RGB value is (54,7,139). Sum of RGB (Red+Green+Blue) = 54+7+139=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #36078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36078B is #C9F874. Grayscale: #232323. Windows color (decimal): -13236341 or 9111350. OLE color: 9111350.
HSL color Cylindrical-coordinate representation of color #36078B: hue angle of 261.36º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36078B is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 7 | 139 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.45 |
| HSL | 261.36º | 0.9% | 0.29% | - |
| HSV(B) | 261.36º | 0.95% | 0.55% | - |
| XYZ | 6.26 | 2.8 | 24.64 | - |
| YUV | 36.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 139 | 0.61 | 0.95 | 0 | 0.45 | 261.36 | 0.9 | 0.29 |
| Hex | 36 | 7 | 8B | 3D | 5F | 0 | 2D | 105 | 5A | 1D |
| Octal | 66 | 7 | 213 | 75 | 137 | 0 | 55 | 405 | 132 | 35 |
| Binary | 110110 | 111 | 10001011 | 111101 | 1011111 | 0 | 101101 | 100000101 | 1011010 | 11101 |
Color Harmonies of #36078B
Complementary color
Monochromatic Colors of #36078B
Black with #36078B
Text Example
Text Example
White with #36078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36078B; }
p { color: rgb(54,7,139); }
H1.HeaderClassName
{
color: #36078B;
}
.AnyTagClassName
{
color: #36078B;
}
</style>
background-color css
<style>
a { background-color: #36078B; }
a { background-color: rgb(54,7,139); }
div.DivClassName
{
background-color: #36078B;
}
.BgClassName
{
background-color: #36078B;
}
</style>
border-color css
<style>
span { border-color: #36078B; }
span { border-color: rgb(54,7,139); }
td.TdClassName
{
border-color: #36078B;
}
.TagClassName
{
border-color: #36078B;
}
</style>