Shades of Persian Indigo #361D71
Tints of Persian Indigo #361D71
RGB
CMYK
RGB Variations
Color information
#361D71 (or 0x361D71) is known color: Persian Indigo. HEX triplet: 36, 1D and 71. RGB value is (54,29,113). Sum of RGB (Red+Green+Blue) = 54+29+113=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #361D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D71 is #C9E28E. Grayscale: #2D2D2D. Windows color (decimal): -13230735 or 7413046. OLE color: 7413046.
HSL color Cylindrical-coordinate representation of color #361D71: hue angle of 257.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361D71 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 29 | 113 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.56 |
| HSL | 257.86º | 0.59% | 0.28% | - |
| HSV(B) | 257.86º | 0.74% | 0.44% | - |
| XYZ | 4.94 | 2.86 | 15.91 | - |
| YUV | 46.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 113 | 0.52 | 0.74 | 0 | 0.56 | 257.86 | 0.59 | 0.28 |
| Hex | 36 | 1D | 71 | 34 | 4A | 0 | 38 | 102 | 3B | 1C |
| Octal | 66 | 35 | 161 | 64 | 112 | 0 | 70 | 402 | 73 | 34 |
| Binary | 110110 | 11101 | 1110001 | 110100 | 1001010 | 0 | 111000 | 100000010 | 111011 | 11100 |
Color Harmonies of #361D71
Complementary color
Monochromatic Colors of #361D71
Black with #361D71
Text Example
Text Example
White with #361D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D71; }
p { color: rgb(54,29,113); }
H1.HeaderClassName
{
color: #361D71;
}
.AnyTagClassName
{
color: #361D71;
}
</style>
background-color css
<style>
a { background-color: #361D71; }
a { background-color: rgb(54,29,113); }
div.DivClassName
{
background-color: #361D71;
}
.BgClassName
{
background-color: #361D71;
}
</style>
border-color css
<style>
span { border-color: #361D71; }
span { border-color: rgb(54,29,113); }
td.TdClassName
{
border-color: #361D71;
}
.TagClassName
{
border-color: #361D71;
}
</style>