Shades of Persian Indigo #361D70
Tints of Persian Indigo #361D70
RGB
CMYK
RGB Variations
Color information
#361D70 (or 0x361D70) is known color: Persian Indigo. HEX triplet: 36, 1D and 70. RGB value is (54,29,112). Sum of RGB (Red+Green+Blue) = 54+29+112=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #361D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D70 is #C9E28F. Grayscale: #2D2D2D. Windows color (decimal): -13230736 or 7347510. OLE color: 7347510.
HSL color Cylindrical-coordinate representation of color #361D70: hue angle of 258.07º 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 #361D70 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 29 | 112 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.56 |
| HSL | 258.07º | 0.59% | 0.28% | - |
| HSV(B) | 258.07º | 0.74% | 0.44% | - |
| XYZ | 4.89 | 2.83 | 15.62 | - |
| YUV | 45.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 112 | 0.52 | 0.74 | 0 | 0.56 | 258.07 | 0.59 | 0.28 |
| Hex | 36 | 1D | 70 | 34 | 4A | 0 | 38 | 102 | 3B | 1C |
| Octal | 66 | 35 | 160 | 64 | 112 | 0 | 70 | 402 | 73 | 34 |
| Binary | 110110 | 11101 | 1110000 | 110100 | 1001010 | 0 | 111000 | 100000010 | 111011 | 11100 |
Color Harmonies of #361D70
Complementary color
Monochromatic Colors of #361D70
Black with #361D70
Text Example
Text Example
White with #361D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D70; }
p { color: rgb(54,29,112); }
H1.HeaderClassName
{
color: #361D70;
}
.AnyTagClassName
{
color: #361D70;
}
</style>
background-color css
<style>
a { background-color: #361D70; }
a { background-color: rgb(54,29,112); }
div.DivClassName
{
background-color: #361D70;
}
.BgClassName
{
background-color: #361D70;
}
</style>
border-color css
<style>
span { border-color: #361D70; }
span { border-color: rgb(54,29,112); }
td.TdClassName
{
border-color: #361D70;
}
.TagClassName
{
border-color: #361D70;
}
</style>