Shades of Persian Indigo #302292
Tints of Persian Indigo #302292
RGB
CMYK
RGB Variations
Color information
#302292 (or 0x302292) is known color: Persian Indigo. HEX triplet: 30, 22 and 92. RGB value is (48,34,146). Sum of RGB (Red+Green+Blue) = 48+34+146=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #302292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302292 is #CFDD6D. Grayscale: #323232. Windows color (decimal): -13622638 or 9577008. OLE color: 9577008.
HSL color Cylindrical-coordinate representation of color #302292: hue angle of 247.5º degrees, saturation: 0.62, 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 #302292 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 34 | 146 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.43 |
| HSL | 247.5º | 0.62% | 0.35% | - |
| HSV(B) | 247.5º | 0.77% | 0.57% | - |
| XYZ | 6.98 | 3.85 | 27.57 | - |
| YUV | 50.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 146 | 0.67 | 0.77 | 0 | 0.43 | 247.5 | 0.62 | 0.35 |
| Hex | 30 | 22 | 92 | 43 | 4D | 0 | 2B | F8 | 3E | 23 |
| Octal | 60 | 42 | 222 | 103 | 115 | 0 | 53 | 370 | 76 | 43 |
| Binary | 110000 | 100010 | 10010010 | 1000011 | 1001101 | 0 | 101011 | 11111000 | 111110 | 100011 |
Color Harmonies of #302292
Complementary color
Monochromatic Colors of #302292
Black with #302292
Text Example
Text Example
White with #302292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302292; }
p { color: rgb(48,34,146); }
H1.HeaderClassName
{
color: #302292;
}
.AnyTagClassName
{
color: #302292;
}
</style>
background-color css
<style>
a { background-color: #302292; }
a { background-color: rgb(48,34,146); }
div.DivClassName
{
background-color: #302292;
}
.BgClassName
{
background-color: #302292;
}
</style>
border-color css
<style>
span { border-color: #302292; }
span { border-color: rgb(48,34,146); }
td.TdClassName
{
border-color: #302292;
}
.TagClassName
{
border-color: #302292;
}
</style>