Shades of Persian Indigo #31069B
Tints of Persian Indigo #31069B
RGB
CMYK
RGB Variations
Color information
#31069B (or 0x31069B) is known color: Persian Indigo. HEX triplet: 31, 06 and 9B. RGB value is (49,6,155). Sum of RGB (Red+Green+Blue) = 49+6+155=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #31069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31069B is #CEF964. Grayscale: #232323. Windows color (decimal): -13564261 or 10159665. OLE color: 10159665.
HSL color Cylindrical-coordinate representation of color #31069B: hue angle of 257.32º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31069B is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 6 | 155 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.39 |
| HSL | 257.32º | 0.93% | 0.32% | - |
| HSV(B) | 257.32º | 0.96% | 0.61% | - |
| XYZ | 7.25 | 3.15 | 31.24 | - |
| YUV | 35.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 155 | 0.68 | 0.96 | 0 | 0.39 | 257.32 | 0.93 | 0.32 |
| Hex | 31 | 6 | 9B | 44 | 60 | 0 | 27 | 101 | 5D | 20 |
| Octal | 61 | 6 | 233 | 104 | 140 | 0 | 47 | 401 | 135 | 40 |
| Binary | 110001 | 110 | 10011011 | 1000100 | 1100000 | 0 | 100111 | 100000001 | 1011101 | 100000 |
Color Harmonies of #31069B
Complementary color
Monochromatic Colors of #31069B
Black with #31069B
Text Example
Text Example
White with #31069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31069B; }
p { color: rgb(49,6,155); }
H1.HeaderClassName
{
color: #31069B;
}
.AnyTagClassName
{
color: #31069B;
}
</style>
background-color css
<style>
a { background-color: #31069B; }
a { background-color: rgb(49,6,155); }
div.DivClassName
{
background-color: #31069B;
}
.BgClassName
{
background-color: #31069B;
}
</style>
border-color css
<style>
span { border-color: #31069B; }
span { border-color: rgb(49,6,155); }
td.TdClassName
{
border-color: #31069B;
}
.TagClassName
{
border-color: #31069B;
}
</style>