Shades of Persian Indigo #361C71
Tints of Persian Indigo #361C71
RGB
CMYK
RGB Variations
Color information
#361C71 (or 0x361C71) is known color: Persian Indigo. HEX triplet: 36, 1C and 71. RGB value is (54,28,113). Sum of RGB (Red+Green+Blue) = 54+28+113=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #361C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C71 is #C9E38E. Grayscale: #2D2D2D. Windows color (decimal): -13230991 or 7412790. OLE color: 7412790.
HSL color Cylindrical-coordinate representation of color #361C71: hue angle of 258.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361C71 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 28 | 113 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.56 |
| HSL | 258.35º | 0.6% | 0.28% | - |
| HSV(B) | 258.35º | 0.75% | 0.44% | - |
| XYZ | 4.92 | 2.81 | 15.91 | - |
| YUV | 45.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 113 | 0.52 | 0.75 | 0 | 0.56 | 258.35 | 0.6 | 0.28 |
| Hex | 36 | 1C | 71 | 34 | 4B | 0 | 38 | 102 | 3C | 1C |
| Octal | 66 | 34 | 161 | 64 | 113 | 0 | 70 | 402 | 74 | 34 |
| Binary | 110110 | 11100 | 1110001 | 110100 | 1001011 | 0 | 111000 | 100000010 | 111100 | 11100 |
Color Harmonies of #361C71
Complementary color
Monochromatic Colors of #361C71
Black with #361C71
Text Example
Text Example
White with #361C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C71; }
p { color: rgb(54,28,113); }
H1.HeaderClassName
{
color: #361C71;
}
.AnyTagClassName
{
color: #361C71;
}
</style>
background-color css
<style>
a { background-color: #361C71; }
a { background-color: rgb(54,28,113); }
div.DivClassName
{
background-color: #361C71;
}
.BgClassName
{
background-color: #361C71;
}
</style>
border-color css
<style>
span { border-color: #361C71; }
span { border-color: rgb(54,28,113); }
td.TdClassName
{
border-color: #361C71;
}
.TagClassName
{
border-color: #361C71;
}
</style>