Shades of Persian Indigo #301199
Tints of Persian Indigo #301199
RGB
CMYK
RGB Variations
Color information
#301199 (or 0x301199) is known color: Persian Indigo. HEX triplet: 30, 11 and 99. RGB value is (48,17,153). Sum of RGB (Red+Green+Blue) = 48+17+153=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #301199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301199 is #CFEE66. Grayscale: #292929. Windows color (decimal): -13626983 or 10031408. OLE color: 10031408.
HSL color Cylindrical-coordinate representation of color #301199: hue angle of 253.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301199 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 17 | 153 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.4 |
| HSL | 253.68º | 0.8% | 0.33% | - |
| HSV(B) | 253.68º | 0.89% | 0.6% | - |
| XYZ | 7.17 | 3.33 | 30.4 | - |
| YUV | 41.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 153 | 0.69 | 0.89 | 0 | 0.4 | 253.68 | 0.8 | 0.33 |
| Hex | 30 | 11 | 99 | 45 | 59 | 0 | 28 | FE | 50 | 21 |
| Octal | 60 | 21 | 231 | 105 | 131 | 0 | 50 | 376 | 120 | 41 |
| Binary | 110000 | 10001 | 10011001 | 1000101 | 1011001 | 0 | 101000 | 11111110 | 1010000 | 100001 |
Color Harmonies of #301199
Complementary color
Monochromatic Colors of #301199
Black with #301199
Text Example
Text Example
White with #301199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301199; }
p { color: rgb(48,17,153); }
H1.HeaderClassName
{
color: #301199;
}
.AnyTagClassName
{
color: #301199;
}
</style>
background-color css
<style>
a { background-color: #301199; }
a { background-color: rgb(48,17,153); }
div.DivClassName
{
background-color: #301199;
}
.BgClassName
{
background-color: #301199;
}
</style>
border-color css
<style>
span { border-color: #301199; }
span { border-color: rgb(48,17,153); }
td.TdClassName
{
border-color: #301199;
}
.TagClassName
{
border-color: #301199;
}
</style>