Shades of Persian Indigo #361DA0
Tints of Persian Indigo #361DA0
RGB
CMYK
RGB Variations
Color information
#361DA0 (or 0x361DA0) is known color: Persian Indigo. HEX triplet: 36, 1D and A0. RGB value is (54,29,160). Sum of RGB (Red+Green+Blue) = 54+29+160=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #361DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361DA0 is #C9E25F. Grayscale: #323232. Windows color (decimal): -13230688 or 10493238. OLE color: 10493238.
HSL color Cylindrical-coordinate representation of color #361DA0: hue angle of 251.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361DA0 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 29 | 160 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.37 |
| HSL | 251.45º | 0.69% | 0.37% | - |
| HSV(B) | 251.45º | 0.82% | 0.63% | - |
| XYZ | 8.31 | 4.2 | 33.63 | - |
| YUV | 51.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 160 | 0.66 | 0.82 | 0 | 0.37 | 251.45 | 0.69 | 0.37 |
| Hex | 36 | 1D | A0 | 42 | 52 | 0 | 25 | FB | 45 | 25 |
| Octal | 66 | 35 | 240 | 102 | 122 | 0 | 45 | 373 | 105 | 45 |
| Binary | 110110 | 11101 | 10100000 | 1000010 | 1010010 | 0 | 100101 | 11111011 | 1000101 | 100101 |
Color Harmonies of #361DA0
Complementary color
Monochromatic Colors of #361DA0
Black with #361DA0
Text Example
Text Example
White with #361DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DA0; }
p { color: rgb(54,29,160); }
H1.HeaderClassName
{
color: #361DA0;
}
.AnyTagClassName
{
color: #361DA0;
}
</style>
background-color css
<style>
a { background-color: #361DA0; }
a { background-color: rgb(54,29,160); }
div.DivClassName
{
background-color: #361DA0;
}
.BgClassName
{
background-color: #361DA0;
}
</style>
border-color css
<style>
span { border-color: #361DA0; }
span { border-color: rgb(54,29,160); }
td.TdClassName
{
border-color: #361DA0;
}
.TagClassName
{
border-color: #361DA0;
}
</style>