Shades of Persian Indigo #30197F
Tints of Persian Indigo #30197F
RGB
CMYK
RGB Variations
Color information
#30197F (or 0x30197F) is known color: Persian Indigo. HEX triplet: 30, 19 and 7F. RGB value is (48,25,127). Sum of RGB (Red+Green+Blue) = 48+25+127=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #30197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30197F is #CFE680. Grayscale: #2B2B2B. Windows color (decimal): -13624961 or 8329520. OLE color: 8329520.
HSL color Cylindrical-coordinate representation of color #30197F: hue angle of 253.53º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30197F is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 25 | 127 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.50 |
| HSL | 253.53º | 0.67% | 0.3% | - |
| HSV(B) | 253.53º | 0.8% | 0.5% | - |
| XYZ | 5.4 | 2.86 | 20.35 | - |
| YUV | 43.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 127 | 0.62 | 0.80 | 0 | 0.50 | 253.53 | 0.67 | 0.3 |
| Hex | 30 | 19 | 7F | 3E | 50 | 0 | 32 | FE | 43 | 1E |
| Octal | 60 | 31 | 177 | 76 | 120 | 0 | 62 | 376 | 103 | 36 |
| Binary | 110000 | 11001 | 1111111 | 111110 | 1010000 | 0 | 110010 | 11111110 | 1000011 | 11110 |
Color Harmonies of #30197F
Complementary color
Monochromatic Colors of #30197F
Black with #30197F
Text Example
Text Example
White with #30197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30197F; }
p { color: rgb(48,25,127); }
H1.HeaderClassName
{
color: #30197F;
}
.AnyTagClassName
{
color: #30197F;
}
</style>
background-color css
<style>
a { background-color: #30197F; }
a { background-color: rgb(48,25,127); }
div.DivClassName
{
background-color: #30197F;
}
.BgClassName
{
background-color: #30197F;
}
</style>
border-color css
<style>
span { border-color: #30197F; }
span { border-color: rgb(48,25,127); }
td.TdClassName
{
border-color: #30197F;
}
.TagClassName
{
border-color: #30197F;
}
</style>