Shades of Persian Indigo #37016B
Tints of Persian Indigo #37016B
RGB
CMYK
RGB Variations
Color information
#37016B (or 0x37016B) is known color: Persian Indigo. HEX triplet: 37, 01 and 6B. RGB value is (55,1,107). Sum of RGB (Red+Green+Blue) = 55+1+107=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #37016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37016B is #C8FE94. Grayscale: #1C1C1C. Windows color (decimal): -13172373 or 7012663. OLE color: 7012663.
HSL color Cylindrical-coordinate representation of color #37016B: hue angle of 270.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37016B is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 1 | 107 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.58 |
| HSL | 270.57º | 0.98% | 0.21% | - |
| HSV(B) | 270.57º | 0.99% | 0.42% | - |
| XYZ | 4.24 | 1.9 | 14.05 | - |
| YUV | 29.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 107 | 0.49 | 0.99 | 0 | 0.58 | 270.57 | 0.98 | 0.21 |
| Hex | 37 | 1 | 6B | 31 | 63 | 0 | 3A | 10F | 62 | 15 |
| Octal | 67 | 1 | 153 | 61 | 143 | 0 | 72 | 417 | 142 | 25 |
| Binary | 110111 | 1 | 1101011 | 110001 | 1100011 | 0 | 111010 | 100001111 | 1100010 | 10101 |
Color Harmonies of #37016B
Complementary color
Monochromatic Colors of #37016B
Black with #37016B
Text Example
Text Example
White with #37016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37016B; }
p { color: rgb(55,1,107); }
H1.HeaderClassName
{
color: #37016B;
}
.AnyTagClassName
{
color: #37016B;
}
</style>
background-color css
<style>
a { background-color: #37016B; }
a { background-color: rgb(55,1,107); }
div.DivClassName
{
background-color: #37016B;
}
.BgClassName
{
background-color: #37016B;
}
</style>
border-color css
<style>
span { border-color: #37016B; }
span { border-color: rgb(55,1,107); }
td.TdClassName
{
border-color: #37016B;
}
.TagClassName
{
border-color: #37016B;
}
</style>