Shades of Persian Indigo #361C90
Tints of Persian Indigo #361C90
RGB
CMYK
RGB Variations
Color information
#361C90 (or 0x361C90) is known color: Persian Indigo. HEX triplet: 36, 1C and 90. RGB value is (54,28,144). Sum of RGB (Red+Green+Blue) = 54+28+144=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #361C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361C90 is #C9E36F. Grayscale: #303030. Windows color (decimal): -13230960 or 9444406. OLE color: 9444406.
HSL color Cylindrical-coordinate representation of color #361C90: hue angle of 253.45º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361C90 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 28 | 144 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.44 |
| HSL | 253.45º | 0.67% | 0.34% | - |
| HSV(B) | 253.45º | 0.81% | 0.56% | - |
| XYZ | 6.97 | 3.63 | 26.72 | - |
| YUV | 49 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 144 | 0.63 | 0.81 | 0 | 0.44 | 253.45 | 0.67 | 0.34 |
| Hex | 36 | 1C | 90 | 3F | 51 | 0 | 2C | FD | 43 | 22 |
| Octal | 66 | 34 | 220 | 77 | 121 | 0 | 54 | 375 | 103 | 42 |
| Binary | 110110 | 11100 | 10010000 | 111111 | 1010001 | 0 | 101100 | 11111101 | 1000011 | 100010 |
Color Harmonies of #361C90
Complementary color
Monochromatic Colors of #361C90
Black with #361C90
Text Example
Text Example
White with #361C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C90; }
p { color: rgb(54,28,144); }
H1.HeaderClassName
{
color: #361C90;
}
.AnyTagClassName
{
color: #361C90;
}
</style>
background-color css
<style>
a { background-color: #361C90; }
a { background-color: rgb(54,28,144); }
div.DivClassName
{
background-color: #361C90;
}
.BgClassName
{
background-color: #361C90;
}
</style>
border-color css
<style>
span { border-color: #361C90; }
span { border-color: rgb(54,28,144); }
td.TdClassName
{
border-color: #361C90;
}
.TagClassName
{
border-color: #361C90;
}
</style>