Shades of Persian Indigo #361C84
Tints of Persian Indigo #361C84
RGB
CMYK
RGB Variations
Color information
#361C84 (or 0x361C84) is known color: Persian Indigo. HEX triplet: 36, 1C and 84. RGB value is (54,28,132). Sum of RGB (Red+Green+Blue) = 54+28+132=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #361C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361C84 is #C9E37B. Grayscale: #2F2F2F. Windows color (decimal): -13230972 or 8657974. OLE color: 8657974.
HSL color Cylindrical-coordinate representation of color #361C84: hue angle of 255º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361C84 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 28 | 132 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.48 |
| HSL | 255º | 0.65% | 0.31% | - |
| HSV(B) | 255º | 0.79% | 0.52% | - |
| XYZ | 6.1 | 3.28 | 22.14 | - |
| YUV | 47.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 132 | 0.59 | 0.79 | 0 | 0.48 | 255 | 0.65 | 0.31 |
| Hex | 36 | 1C | 84 | 3B | 4F | 0 | 30 | FF | 41 | 1F |
| Octal | 66 | 34 | 204 | 73 | 117 | 0 | 60 | 377 | 101 | 37 |
| Binary | 110110 | 11100 | 10000100 | 111011 | 1001111 | 0 | 110000 | 11111111 | 1000001 | 11111 |
Color Harmonies of #361C84
Complementary color
Monochromatic Colors of #361C84
Black with #361C84
Text Example
Text Example
White with #361C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C84; }
p { color: rgb(54,28,132); }
H1.HeaderClassName
{
color: #361C84;
}
.AnyTagClassName
{
color: #361C84;
}
</style>
background-color css
<style>
a { background-color: #361C84; }
a { background-color: rgb(54,28,132); }
div.DivClassName
{
background-color: #361C84;
}
.BgClassName
{
background-color: #361C84;
}
</style>
border-color css
<style>
span { border-color: #361C84; }
span { border-color: rgb(54,28,132); }
td.TdClassName
{
border-color: #361C84;
}
.TagClassName
{
border-color: #361C84;
}
</style>