Shades of Persian Indigo #301191
Tints of Persian Indigo #301191
RGB
CMYK
RGB Variations
Color information
#301191 (or 0x301191) is known color: Persian Indigo. HEX triplet: 30, 11 and 91. RGB value is (48,17,145). Sum of RGB (Red+Green+Blue) = 48+17+145=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #301191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301191 is #CFEE6E. Grayscale: #282828. Windows color (decimal): -13626991 or 9507120. OLE color: 9507120.
HSL color Cylindrical-coordinate representation of color #301191: hue angle of 254.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301191 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 17 | 145 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.43 |
| HSL | 254.53º | 0.79% | 0.32% | - |
| HSV(B) | 254.53º | 0.88% | 0.57% | - |
| XYZ | 6.53 | 3.07 | 27.04 | - |
| YUV | 40.86 | 186.77 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 145 | 0.67 | 0.88 | 0 | 0.43 | 254.53 | 0.79 | 0.32 |
| Hex | 30 | 11 | 91 | 43 | 58 | 0 | 2B | FF | 4F | 20 |
| Octal | 60 | 21 | 221 | 103 | 130 | 0 | 53 | 377 | 117 | 40 |
| Binary | 110000 | 10001 | 10010001 | 1000011 | 1011000 | 0 | 101011 | 11111111 | 1001111 | 100000 |
Color Harmonies of #301191
Complementary color
Monochromatic Colors of #301191
Black with #301191
Text Example
Text Example
White with #301191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301191; }
p { color: rgb(48,17,145); }
H1.HeaderClassName
{
color: #301191;
}
.AnyTagClassName
{
color: #301191;
}
</style>
background-color css
<style>
a { background-color: #301191; }
a { background-color: rgb(48,17,145); }
div.DivClassName
{
background-color: #301191;
}
.BgClassName
{
background-color: #301191;
}
</style>
border-color css
<style>
span { border-color: #301191; }
span { border-color: rgb(48,17,145); }
td.TdClassName
{
border-color: #301191;
}
.TagClassName
{
border-color: #301191;
}
</style>