Shades of Persian Indigo #31099F
Tints of Persian Indigo #31099F
RGB
CMYK
RGB Variations
Color information
#31099F (or 0x31099F) is known color: Persian Indigo. HEX triplet: 31, 09 and 9F. RGB value is (49,9,159). Sum of RGB (Red+Green+Blue) = 49+9+159=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #31099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31099F is #CEF660. Grayscale: #252525. Windows color (decimal): -13563489 or 10422577. OLE color: 10422577.
HSL color Cylindrical-coordinate representation of color #31099F: hue angle of 256º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31099F is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 9 | 159 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.38 |
| HSL | 256º | 0.89% | 0.33% | - |
| HSV(B) | 256º | 0.94% | 0.62% | - |
| XYZ | 7.62 | 3.35 | 33.05 | - |
| YUV | 38.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 159 | 0.69 | 0.94 | 0 | 0.38 | 256 | 0.89 | 0.33 |
| Hex | 31 | 9 | 9F | 45 | 5E | 0 | 26 | 100 | 59 | 21 |
| Octal | 61 | 11 | 237 | 105 | 136 | 0 | 46 | 400 | 131 | 41 |
| Binary | 110001 | 1001 | 10011111 | 1000101 | 1011110 | 0 | 100110 | 100000000 | 1011001 | 100001 |
Color Harmonies of #31099F
Complementary color
Monochromatic Colors of #31099F
Black with #31099F
Text Example
Text Example
White with #31099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31099F; }
p { color: rgb(49,9,159); }
H1.HeaderClassName
{
color: #31099F;
}
.AnyTagClassName
{
color: #31099F;
}
</style>
background-color css
<style>
a { background-color: #31099F; }
a { background-color: rgb(49,9,159); }
div.DivClassName
{
background-color: #31099F;
}
.BgClassName
{
background-color: #31099F;
}
</style>
border-color css
<style>
span { border-color: #31099F; }
span { border-color: rgb(49,9,159); }
td.TdClassName
{
border-color: #31099F;
}
.TagClassName
{
border-color: #31099F;
}
</style>