Shades of Persian Indigo #31089A
Tints of Persian Indigo #31089A
RGB
CMYK
RGB Variations
Color information
#31089A (or 0x31089A) is known color: Persian Indigo. HEX triplet: 31, 08 and 9A. RGB value is (49,8,154). Sum of RGB (Red+Green+Blue) = 49+8+154=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #31089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31089A is #CEF765. Grayscale: #242424. Windows color (decimal): -13563750 or 10094641. OLE color: 10094641.
HSL color Cylindrical-coordinate representation of color #31089A: hue angle of 256.85º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31089A is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 8 | 154 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.40 |
| HSL | 256.85º | 0.9% | 0.32% | - |
| HSV(B) | 256.85º | 0.95% | 0.6% | - |
| XYZ | 7.19 | 3.16 | 30.8 | - |
| YUV | 36.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 154 | 0.68 | 0.95 | 0 | 0.40 | 256.85 | 0.9 | 0.32 |
| Hex | 31 | 8 | 9A | 44 | 5F | 0 | 28 | 101 | 5A | 20 |
| Octal | 61 | 10 | 232 | 104 | 137 | 0 | 50 | 401 | 132 | 40 |
| Binary | 110001 | 1000 | 10011010 | 1000100 | 1011111 | 0 | 101000 | 100000001 | 1011010 | 100000 |
Color Harmonies of #31089A
Complementary color
Monochromatic Colors of #31089A
Black with #31089A
Text Example
Text Example
White with #31089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31089A; }
p { color: rgb(49,8,154); }
H1.HeaderClassName
{
color: #31089A;
}
.AnyTagClassName
{
color: #31089A;
}
</style>
background-color css
<style>
a { background-color: #31089A; }
a { background-color: rgb(49,8,154); }
div.DivClassName
{
background-color: #31089A;
}
.BgClassName
{
background-color: #31089A;
}
</style>
border-color css
<style>
span { border-color: #31089A; }
span { border-color: rgb(49,8,154); }
td.TdClassName
{
border-color: #31089A;
}
.TagClassName
{
border-color: #31089A;
}
</style>