Shades of Persian Indigo #30217A
Tints of Persian Indigo #30217A
RGB
CMYK
RGB Variations
Color information
#30217A (or 0x30217A) is known color: Persian Indigo. HEX triplet: 30, 21 and 7A. RGB value is (48,33,122). Sum of RGB (Red+Green+Blue) = 48+33+122=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #30217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30217A is #CFDE85. Grayscale: #2F2F2F. Windows color (decimal): -13622918 or 8003888. OLE color: 8003888.
HSL color Cylindrical-coordinate representation of color #30217A: hue angle of 250.11º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30217A is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 33 | 122 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.52 |
| HSL | 250.11º | 0.57% | 0.3% | - |
| HSV(B) | 250.11º | 0.73% | 0.48% | - |
| XYZ | 5.28 | 3.12 | 18.74 | - |
| YUV | 47.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 122 | 0.61 | 0.73 | 0 | 0.52 | 250.11 | 0.57 | 0.3 |
| Hex | 30 | 21 | 7A | 3D | 49 | 0 | 34 | FA | 39 | 1E |
| Octal | 60 | 41 | 172 | 75 | 111 | 0 | 64 | 372 | 71 | 36 |
| Binary | 110000 | 100001 | 1111010 | 111101 | 1001001 | 0 | 110100 | 11111010 | 111001 | 11110 |
Color Harmonies of #30217A
Complementary color
Monochromatic Colors of #30217A
Black with #30217A
Text Example
Text Example
White with #30217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30217A; }
p { color: rgb(48,33,122); }
H1.HeaderClassName
{
color: #30217A;
}
.AnyTagClassName
{
color: #30217A;
}
</style>
background-color css
<style>
a { background-color: #30217A; }
a { background-color: rgb(48,33,122); }
div.DivClassName
{
background-color: #30217A;
}
.BgClassName
{
background-color: #30217A;
}
</style>
border-color css
<style>
span { border-color: #30217A; }
span { border-color: rgb(48,33,122); }
td.TdClassName
{
border-color: #30217A;
}
.TagClassName
{
border-color: #30217A;
}
</style>