Shades of Persian Indigo #3616A0
Tints of Persian Indigo #3616A0
RGB
CMYK
RGB Variations
Color information
#3616A0 (or 0x3616A0) is known color: Persian Indigo. HEX triplet: 36, 16 and A0. RGB value is (54,22,160). Sum of RGB (Red+Green+Blue) = 54+22+160=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #3616A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3616A0 is #C9E95F. Grayscale: #2E2E2E. Windows color (decimal): -13232480 or 10491446. OLE color: 10491446.
HSL color Cylindrical-coordinate representation of color #3616A0: hue angle of 253.91º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3616A0 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 22 | 160 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.37 |
| HSL | 253.91º | 0.76% | 0.36% | - |
| HSV(B) | 253.91º | 0.86% | 0.63% | - |
| XYZ | 8.15 | 3.9 | 33.58 | - |
| YUV | 47.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 160 | 0.66 | 0.86 | 0 | 0.37 | 253.91 | 0.76 | 0.36 |
| Hex | 36 | 16 | A0 | 42 | 56 | 0 | 25 | FE | 4C | 24 |
| Octal | 66 | 26 | 240 | 102 | 126 | 0 | 45 | 376 | 114 | 44 |
| Binary | 110110 | 10110 | 10100000 | 1000010 | 1010110 | 0 | 100101 | 11111110 | 1001100 | 100100 |
Color Harmonies of #3616A0
Complementary color
Monochromatic Colors of #3616A0
Black with #3616A0
Text Example
Text Example
White with #3616A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3616A0; }
p { color: rgb(54,22,160); }
H1.HeaderClassName
{
color: #3616A0;
}
.AnyTagClassName
{
color: #3616A0;
}
</style>
background-color css
<style>
a { background-color: #3616A0; }
a { background-color: rgb(54,22,160); }
div.DivClassName
{
background-color: #3616A0;
}
.BgClassName
{
background-color: #3616A0;
}
</style>
border-color css
<style>
span { border-color: #3616A0; }
span { border-color: rgb(54,22,160); }
td.TdClassName
{
border-color: #3616A0;
}
.TagClassName
{
border-color: #3616A0;
}
</style>