Shades of Persian Indigo #30197D
Tints of Persian Indigo #30197D
RGB
CMYK
RGB Variations
Color information
#30197D (or 0x30197D) is known color: Persian Indigo. HEX triplet: 30, 19 and 7D. RGB value is (48,25,125). Sum of RGB (Red+Green+Blue) = 48+25+125=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #30197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30197D is #CFE682. Grayscale: #2A2A2A. Windows color (decimal): -13624963 or 8198448. OLE color: 8198448.
HSL color Cylindrical-coordinate representation of color #30197D: hue angle of 253.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30197D is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 25 | 125 | - |
| CMYK | 0.62 | 0.8 | 0 | 0.51 |
| HSL | 253.8º | 0.67% | 0.29% | - |
| HSV(B) | 253.8º | 0.8% | 0.49% | - |
| XYZ | 5.27 | 2.8 | 19.67 | - |
| YUV | 43.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 125 | 0.62 | 0.8 | 0 | 0.51 | 253.8 | 0.67 | 0.29 |
| Hex | 30 | 19 | 7D | 3E | 50 | 0 | 33 | FE | 43 | 1D |
| Octal | 60 | 31 | 175 | 76 | 120 | 0 | 63 | 376 | 103 | 35 |
| Binary | 110000 | 11001 | 1111101 | 111110 | 1010000 | 0 | 110011 | 11111110 | 1000011 | 11101 |
Color Harmonies of #30197D
Complementary color
Monochromatic Colors of #30197D
Black with #30197D
Text Example
Text Example
White with #30197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30197D; }
p { color: rgb(48,25,125); }
H1.HeaderClassName
{
color: #30197D;
}
.AnyTagClassName
{
color: #30197D;
}
</style>
background-color css
<style>
a { background-color: #30197D; }
a { background-color: rgb(48,25,125); }
div.DivClassName
{
background-color: #30197D;
}
.BgClassName
{
background-color: #30197D;
}
</style>
border-color css
<style>
span { border-color: #30197D; }
span { border-color: rgb(48,25,125); }
td.TdClassName
{
border-color: #30197D;
}
.TagClassName
{
border-color: #30197D;
}
</style>