Shades of Persian Indigo #302095
Tints of Persian Indigo #302095
RGB
CMYK
RGB Variations
Color information
#302095 (or 0x302095) is known color: Persian Indigo. HEX triplet: 30, 20 and 95. RGB value is (48,32,149). Sum of RGB (Red+Green+Blue) = 48+32+149=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #302095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302095 is #CFDF6A. Grayscale: #313131. Windows color (decimal): -13623147 or 9773104. OLE color: 9773104.
HSL color Cylindrical-coordinate representation of color #302095: hue angle of 248.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302095 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 32 | 149 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.42 |
| HSL | 248.21º | 0.65% | 0.35% | - |
| HSV(B) | 248.21º | 0.79% | 0.58% | - |
| XYZ | 7.16 | 3.83 | 28.8 | - |
| YUV | 50.12 | 183.8 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 149 | 0.68 | 0.79 | 0 | 0.42 | 248.21 | 0.65 | 0.35 |
| Hex | 30 | 20 | 95 | 44 | 4F | 0 | 2A | F8 | 41 | 23 |
| Octal | 60 | 40 | 225 | 104 | 117 | 0 | 52 | 370 | 101 | 43 |
| Binary | 110000 | 100000 | 10010101 | 1000100 | 1001111 | 0 | 101010 | 11111000 | 1000001 | 100011 |
Color Harmonies of #302095
Complementary color
Monochromatic Colors of #302095
Black with #302095
Text Example
Text Example
White with #302095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302095; }
p { color: rgb(48,32,149); }
H1.HeaderClassName
{
color: #302095;
}
.AnyTagClassName
{
color: #302095;
}
</style>
background-color css
<style>
a { background-color: #302095; }
a { background-color: rgb(48,32,149); }
div.DivClassName
{
background-color: #302095;
}
.BgClassName
{
background-color: #302095;
}
</style>
border-color css
<style>
span { border-color: #302095; }
span { border-color: rgb(48,32,149); }
td.TdClassName
{
border-color: #302095;
}
.TagClassName
{
border-color: #302095;
}
</style>