Shades of Persian Indigo #31006B
Tints of Persian Indigo #31006B
RGB
CMYK
RGB Variations
Color information
#31006B (or 0x31006B) is known color: Persian Indigo. HEX triplet: 31, 00 and 6B. RGB value is (49,0,107). Sum of RGB (Red+Green+Blue) = 49+0+107=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #31006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31006B is #CEFF94. Grayscale: #1A1A1A. Windows color (decimal): -13565845 or 7012401. OLE color: 7012401.
HSL color Cylindrical-coordinate representation of color #31006B: hue angle of 267.48º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31006B is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 0 | 107 | - |
| CMYK | 0.54 | 1 | 0 | 0.58 |
| HSL | 267.48º | 1% | 0.21% | - |
| HSV(B) | 267.48º | 1% | 0.42% | - |
| XYZ | 3.92 | 1.71 | 14.03 | - |
| YUV | 26.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 107 | 0.54 | 1 | 0 | 0.58 | 267.48 | 1 | 0.21 |
| Hex | 31 | 0 | 6B | 36 | 64 | 0 | 3A | 10B | 64 | 15 |
| Octal | 61 | 0 | 153 | 66 | 144 | 0 | 72 | 413 | 144 | 25 |
| Binary | 110001 | 0 | 1101011 | 110110 | 1100100 | 0 | 111010 | 100001011 | 1100100 | 10101 |
Color Harmonies of #31006B
Complementary color
Monochromatic Colors of #31006B
Black with #31006B
Text Example
Text Example
White with #31006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31006B; }
p { color: rgb(49,0,107); }
H1.HeaderClassName
{
color: #31006B;
}
.AnyTagClassName
{
color: #31006B;
}
</style>
background-color css
<style>
a { background-color: #31006B; }
a { background-color: rgb(49,0,107); }
div.DivClassName
{
background-color: #31006B;
}
.BgClassName
{
background-color: #31006B;
}
</style>
border-color css
<style>
span { border-color: #31006B; }
span { border-color: rgb(49,0,107); }
td.TdClassName
{
border-color: #31006B;
}
.TagClassName
{
border-color: #31006B;
}
</style>