Shades of Persian Indigo #302179
Tints of Persian Indigo #302179
RGB
CMYK
RGB Variations
Color information
#302179 (or 0x302179) is known color: Persian Indigo. HEX triplet: 30, 21 and 79. RGB value is (48,33,121). Sum of RGB (Red+Green+Blue) = 48+33+121=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #302179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302179 is #CFDE86. Grayscale: #2F2F2F. Windows color (decimal): -13622919 or 7938352. OLE color: 7938352.
HSL color Cylindrical-coordinate representation of color #302179: hue angle of 250.23º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302179 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 33 | 121 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.53 |
| HSL | 250.23º | 0.57% | 0.3% | - |
| HSV(B) | 250.23º | 0.73% | 0.47% | - |
| XYZ | 5.21 | 3.1 | 18.41 | - |
| YUV | 47.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 121 | 0.60 | 0.73 | 0 | 0.53 | 250.23 | 0.57 | 0.3 |
| Hex | 30 | 21 | 79 | 3C | 49 | 0 | 35 | FA | 39 | 1E |
| Octal | 60 | 41 | 171 | 74 | 111 | 0 | 65 | 372 | 71 | 36 |
| Binary | 110000 | 100001 | 1111001 | 111100 | 1001001 | 0 | 110101 | 11111010 | 111001 | 11110 |
Color Harmonies of #302179
Complementary color
Monochromatic Colors of #302179
Black with #302179
Text Example
Text Example
White with #302179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302179; }
p { color: rgb(48,33,121); }
H1.HeaderClassName
{
color: #302179;
}
.AnyTagClassName
{
color: #302179;
}
</style>
background-color css
<style>
a { background-color: #302179; }
a { background-color: rgb(48,33,121); }
div.DivClassName
{
background-color: #302179;
}
.BgClassName
{
background-color: #302179;
}
</style>
border-color css
<style>
span { border-color: #302179; }
span { border-color: rgb(48,33,121); }
td.TdClassName
{
border-color: #302179;
}
.TagClassName
{
border-color: #302179;
}
</style>