Shades of Persian Indigo #31099C
Tints of Persian Indigo #31099C
RGB
CMYK
RGB Variations
Color information
#31099C (or 0x31099C) is known color: Persian Indigo. HEX triplet: 31, 09 and 9C. RGB value is (49,9,156). Sum of RGB (Red+Green+Blue) = 49+9+156=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #31099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31099C is #CEF663. Grayscale: #252525. Windows color (decimal): -13563492 or 10225969. OLE color: 10225969.
HSL color Cylindrical-coordinate representation of color #31099C: hue angle of 256.33º 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 #31099C is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 9 | 156 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.39 |
| HSL | 256.33º | 0.89% | 0.32% | - |
| HSV(B) | 256.33º | 0.94% | 0.61% | - |
| XYZ | 7.37 | 3.25 | 31.69 | - |
| YUV | 37.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 156 | 0.69 | 0.94 | 0 | 0.39 | 256.33 | 0.89 | 0.32 |
| Hex | 31 | 9 | 9C | 45 | 5E | 0 | 27 | 100 | 59 | 20 |
| Octal | 61 | 11 | 234 | 105 | 136 | 0 | 47 | 400 | 131 | 40 |
| Binary | 110001 | 1001 | 10011100 | 1000101 | 1011110 | 0 | 100111 | 100000000 | 1011001 | 100000 |
Color Harmonies of #31099C
Complementary color
Monochromatic Colors of #31099C
Black with #31099C
Text Example
Text Example
White with #31099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31099C; }
p { color: rgb(49,9,156); }
H1.HeaderClassName
{
color: #31099C;
}
.AnyTagClassName
{
color: #31099C;
}
</style>
background-color css
<style>
a { background-color: #31099C; }
a { background-color: rgb(49,9,156); }
div.DivClassName
{
background-color: #31099C;
}
.BgClassName
{
background-color: #31099C;
}
</style>
border-color css
<style>
span { border-color: #31099C; }
span { border-color: rgb(49,9,156); }
td.TdClassName
{
border-color: #31099C;
}
.TagClassName
{
border-color: #31099C;
}
</style>