Shades of Persian Indigo #361D78
Tints of Persian Indigo #361D78
RGB
CMYK
RGB Variations
Color information
#361D78 (or 0x361D78) is known color: Persian Indigo. HEX triplet: 36, 1D and 78. RGB value is (54,29,120). Sum of RGB (Red+Green+Blue) = 54+29+120=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #361D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D78 is #C9E287. Grayscale: #2E2E2E. Windows color (decimal): -13230728 or 7871798. OLE color: 7871798.
HSL color Cylindrical-coordinate representation of color #361D78: hue angle of 256.48º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361D78 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 29 | 120 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.53 |
| HSL | 256.48º | 0.61% | 0.29% | - |
| HSV(B) | 256.48º | 0.76% | 0.47% | - |
| XYZ | 5.35 | 3.02 | 18.07 | - |
| YUV | 46.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 120 | 0.55 | 0.76 | 0 | 0.53 | 256.48 | 0.61 | 0.29 |
| Hex | 36 | 1D | 78 | 37 | 4C | 0 | 35 | 100 | 3D | 1D |
| Octal | 66 | 35 | 170 | 67 | 114 | 0 | 65 | 400 | 75 | 35 |
| Binary | 110110 | 11101 | 1111000 | 110111 | 1001100 | 0 | 110101 | 100000000 | 111101 | 11101 |
Color Harmonies of #361D78
Complementary color
Monochromatic Colors of #361D78
Black with #361D78
Text Example
Text Example
White with #361D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D78; }
p { color: rgb(54,29,120); }
H1.HeaderClassName
{
color: #361D78;
}
.AnyTagClassName
{
color: #361D78;
}
</style>
background-color css
<style>
a { background-color: #361D78; }
a { background-color: rgb(54,29,120); }
div.DivClassName
{
background-color: #361D78;
}
.BgClassName
{
background-color: #361D78;
}
</style>
border-color css
<style>
span { border-color: #361D78; }
span { border-color: rgb(54,29,120); }
td.TdClassName
{
border-color: #361D78;
}
.TagClassName
{
border-color: #361D78;
}
</style>