Shades of Persian Indigo #360A71
Tints of Persian Indigo #360A71
RGB
CMYK
RGB Variations
Color information
#360A71 (or 0x360A71) is known color: Persian Indigo. HEX triplet: 36, 0A and 71. RGB value is (54,10,113). Sum of RGB (Red+Green+Blue) = 54+10+113=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #360A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360A71 is #C9F58E. Grayscale: #222222. Windows color (decimal): -13235599 or 7408182. OLE color: 7408182.
HSL color Cylindrical-coordinate representation of color #360A71: hue angle of 265.63º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360A71 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 10 | 113 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.56 |
| HSL | 265.63º | 0.84% | 0.24% | - |
| HSV(B) | 265.63º | 0.91% | 0.44% | - |
| XYZ | 4.61 | 2.19 | 15.8 | - |
| YUV | 34.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 113 | 0.52 | 0.91 | 0 | 0.56 | 265.63 | 0.84 | 0.24 |
| Hex | 36 | A | 71 | 34 | 5B | 0 | 38 | 10A | 54 | 18 |
| Octal | 66 | 12 | 161 | 64 | 133 | 0 | 70 | 412 | 124 | 30 |
| Binary | 110110 | 1010 | 1110001 | 110100 | 1011011 | 0 | 111000 | 100001010 | 1010100 | 11000 |
Color Harmonies of #360A71
Complementary color
Monochromatic Colors of #360A71
Black with #360A71
Text Example
Text Example
White with #360A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A71; }
p { color: rgb(54,10,113); }
H1.HeaderClassName
{
color: #360A71;
}
.AnyTagClassName
{
color: #360A71;
}
</style>
background-color css
<style>
a { background-color: #360A71; }
a { background-color: rgb(54,10,113); }
div.DivClassName
{
background-color: #360A71;
}
.BgClassName
{
background-color: #360A71;
}
</style>
border-color css
<style>
span { border-color: #360A71; }
span { border-color: rgb(54,10,113); }
td.TdClassName
{
border-color: #360A71;
}
.TagClassName
{
border-color: #360A71;
}
</style>