Shades of Persian Indigo #31099B
Tints of Persian Indigo #31099B
RGB
CMYK
RGB Variations
Color information
#31099B (or 0x31099B) is known color: Persian Indigo. HEX triplet: 31, 09 and 9B. RGB value is (49,9,155). Sum of RGB (Red+Green+Blue) = 49+9+155=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #31099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31099B is #CEF664. Grayscale: #252525. Windows color (decimal): -13563493 or 10160433. OLE color: 10160433.
HSL color Cylindrical-coordinate representation of color #31099B: hue angle of 256.44º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31099B is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 9 | 155 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.39 |
| HSL | 256.44º | 0.89% | 0.32% | - |
| HSV(B) | 256.44º | 0.94% | 0.61% | - |
| XYZ | 7.28 | 3.21 | 31.25 | - |
| YUV | 37.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 155 | 0.68 | 0.94 | 0 | 0.39 | 256.44 | 0.89 | 0.32 |
| Hex | 31 | 9 | 9B | 44 | 5E | 0 | 27 | 100 | 59 | 20 |
| Octal | 61 | 11 | 233 | 104 | 136 | 0 | 47 | 400 | 131 | 40 |
| Binary | 110001 | 1001 | 10011011 | 1000100 | 1011110 | 0 | 100111 | 100000000 | 1011001 | 100000 |
Color Harmonies of #31099B
Complementary color
Monochromatic Colors of #31099B
Black with #31099B
Text Example
Text Example
White with #31099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31099B; }
p { color: rgb(49,9,155); }
H1.HeaderClassName
{
color: #31099B;
}
.AnyTagClassName
{
color: #31099B;
}
</style>
background-color css
<style>
a { background-color: #31099B; }
a { background-color: rgb(49,9,155); }
div.DivClassName
{
background-color: #31099B;
}
.BgClassName
{
background-color: #31099B;
}
</style>
border-color css
<style>
span { border-color: #31099B; }
span { border-color: rgb(49,9,155); }
td.TdClassName
{
border-color: #31099B;
}
.TagClassName
{
border-color: #31099B;
}
</style>