Shades of Persian Indigo #301193
Tints of Persian Indigo #301193
RGB
CMYK
RGB Variations
Color information
#301193 (or 0x301193) is known color: Persian Indigo. HEX triplet: 30, 11 and 93. RGB value is (48,17,147). Sum of RGB (Red+Green+Blue) = 48+17+147=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #301193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301193 is #CFEE6C. Grayscale: #282828. Windows color (decimal): -13626989 or 9638192. OLE color: 9638192.
HSL color Cylindrical-coordinate representation of color #301193: hue angle of 254.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301193 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 17 | 147 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.42 |
| HSL | 254.31º | 0.79% | 0.32% | - |
| HSV(B) | 254.31º | 0.88% | 0.58% | - |
| XYZ | 6.69 | 3.14 | 27.86 | - |
| YUV | 41.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 147 | 0.67 | 0.88 | 0 | 0.42 | 254.31 | 0.79 | 0.32 |
| Hex | 30 | 11 | 93 | 43 | 58 | 0 | 2A | FE | 4F | 20 |
| Octal | 60 | 21 | 223 | 103 | 130 | 0 | 52 | 376 | 117 | 40 |
| Binary | 110000 | 10001 | 10010011 | 1000011 | 1011000 | 0 | 101010 | 11111110 | 1001111 | 100000 |
Color Harmonies of #301193
Complementary color
Monochromatic Colors of #301193
Black with #301193
Text Example
Text Example
White with #301193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301193; }
p { color: rgb(48,17,147); }
H1.HeaderClassName
{
color: #301193;
}
.AnyTagClassName
{
color: #301193;
}
</style>
background-color css
<style>
a { background-color: #301193; }
a { background-color: rgb(48,17,147); }
div.DivClassName
{
background-color: #301193;
}
.BgClassName
{
background-color: #301193;
}
</style>
border-color css
<style>
span { border-color: #301193; }
span { border-color: rgb(48,17,147); }
td.TdClassName
{
border-color: #301193;
}
.TagClassName
{
border-color: #301193;
}
</style>