Shades of Persian Indigo #302192
Tints of Persian Indigo #302192
RGB
CMYK
RGB Variations
Color information
#302192 (or 0x302192) is known color: Persian Indigo. HEX triplet: 30, 21 and 92. RGB value is (48,33,146). Sum of RGB (Red+Green+Blue) = 48+33+146=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #302192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302192 is #CFDE6D. Grayscale: #313131. Windows color (decimal): -13622894 or 9576752. OLE color: 9576752.
HSL color Cylindrical-coordinate representation of color #302192: hue angle of 247.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302192 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 33 | 146 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.43 |
| HSL | 247.96º | 0.63% | 0.35% | - |
| HSV(B) | 247.96º | 0.77% | 0.57% | - |
| XYZ | 6.95 | 3.79 | 27.56 | - |
| YUV | 50.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 146 | 0.67 | 0.77 | 0 | 0.43 | 247.96 | 0.63 | 0.35 |
| Hex | 30 | 21 | 92 | 43 | 4D | 0 | 2B | F8 | 3F | 23 |
| Octal | 60 | 41 | 222 | 103 | 115 | 0 | 53 | 370 | 77 | 43 |
| Binary | 110000 | 100001 | 10010010 | 1000011 | 1001101 | 0 | 101011 | 11111000 | 111111 | 100011 |
Color Harmonies of #302192
Complementary color
Monochromatic Colors of #302192
Black with #302192
Text Example
Text Example
White with #302192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302192; }
p { color: rgb(48,33,146); }
H1.HeaderClassName
{
color: #302192;
}
.AnyTagClassName
{
color: #302192;
}
</style>
background-color css
<style>
a { background-color: #302192; }
a { background-color: rgb(48,33,146); }
div.DivClassName
{
background-color: #302192;
}
.BgClassName
{
background-color: #302192;
}
</style>
border-color css
<style>
span { border-color: #302192; }
span { border-color: rgb(48,33,146); }
td.TdClassName
{
border-color: #302192;
}
.TagClassName
{
border-color: #302192;
}
</style>