Shades of Persian Indigo #31069D
Tints of Persian Indigo #31069D
RGB
CMYK
RGB Variations
Color information
#31069D (or 0x31069D) is known color: Persian Indigo. HEX triplet: 31, 06 and 9D. RGB value is (49,6,157). Sum of RGB (Red+Green+Blue) = 49+6+157=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #31069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31069D is #CEF962. Grayscale: #232323. Windows color (decimal): -13564259 or 10290737. OLE color: 10290737.
HSL color Cylindrical-coordinate representation of color #31069D: hue angle of 257.09º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31069D is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 6 | 157 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.38 |
| HSL | 257.09º | 0.93% | 0.32% | - |
| HSV(B) | 257.09º | 0.96% | 0.62% | - |
| XYZ | 7.42 | 3.22 | 32.13 | - |
| YUV | 36.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 157 | 0.69 | 0.96 | 0 | 0.38 | 257.09 | 0.93 | 0.32 |
| Hex | 31 | 6 | 9D | 45 | 60 | 0 | 26 | 101 | 5D | 20 |
| Octal | 61 | 6 | 235 | 105 | 140 | 0 | 46 | 401 | 135 | 40 |
| Binary | 110001 | 110 | 10011101 | 1000101 | 1100000 | 0 | 100110 | 100000001 | 1011101 | 100000 |
Color Harmonies of #31069D
Complementary color
Monochromatic Colors of #31069D
Black with #31069D
Text Example
Text Example
White with #31069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31069D; }
p { color: rgb(49,6,157); }
H1.HeaderClassName
{
color: #31069D;
}
.AnyTagClassName
{
color: #31069D;
}
</style>
background-color css
<style>
a { background-color: #31069D; }
a { background-color: rgb(49,6,157); }
div.DivClassName
{
background-color: #31069D;
}
.BgClassName
{
background-color: #31069D;
}
</style>
border-color css
<style>
span { border-color: #31069D; }
span { border-color: rgb(49,6,157); }
td.TdClassName
{
border-color: #31069D;
}
.TagClassName
{
border-color: #31069D;
}
</style>