Shades of Persian Indigo #30196F
Tints of Persian Indigo #30196F
RGB
CMYK
RGB Variations
Color information
#30196F (or 0x30196F) is known color: Persian Indigo. HEX triplet: 30, 19 and 6F. RGB value is (48,25,111). Sum of RGB (Red+Green+Blue) = 48+25+111=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #30196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196F is #CFE690. Grayscale: #292929. Windows color (decimal): -13624977 or 7280944. OLE color: 7280944.
HSL color Cylindrical-coordinate representation of color #30196F: hue angle of 256.05º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30196F is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 25 | 111 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.56 |
| HSL | 256.05º | 0.63% | 0.27% | - |
| HSV(B) | 256.05º | 0.77% | 0.44% | - |
| XYZ | 4.44 | 2.47 | 15.28 | - |
| YUV | 41.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 111 | 0.57 | 0.77 | 0 | 0.56 | 256.05 | 0.63 | 0.27 |
| Hex | 30 | 19 | 6F | 39 | 4D | 0 | 38 | 100 | 3F | 1B |
| Octal | 60 | 31 | 157 | 71 | 115 | 0 | 70 | 400 | 77 | 33 |
| Binary | 110000 | 11001 | 1101111 | 111001 | 1001101 | 0 | 111000 | 100000000 | 111111 | 11011 |
Color Harmonies of #30196F
Complementary color
Monochromatic Colors of #30196F
Black with #30196F
Text Example
Text Example
White with #30196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30196F; }
p { color: rgb(48,25,111); }
H1.HeaderClassName
{
color: #30196F;
}
.AnyTagClassName
{
color: #30196F;
}
</style>
background-color css
<style>
a { background-color: #30196F; }
a { background-color: rgb(48,25,111); }
div.DivClassName
{
background-color: #30196F;
}
.BgClassName
{
background-color: #30196F;
}
</style>
border-color css
<style>
span { border-color: #30196F; }
span { border-color: rgb(48,25,111); }
td.TdClassName
{
border-color: #30196F;
}
.TagClassName
{
border-color: #30196F;
}
</style>