Shades of Persian Indigo #30208C
Tints of Persian Indigo #30208C
RGB
CMYK
RGB Variations
Color information
#30208C (or 0x30208C) is known color: Persian Indigo. HEX triplet: 30, 20 and 8C. RGB value is (48,32,140). Sum of RGB (Red+Green+Blue) = 48+32+140=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #30208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30208C is #CFDF73. Grayscale: #303030. Windows color (decimal): -13623156 or 9183280. OLE color: 9183280.
HSL color Cylindrical-coordinate representation of color #30208C: hue angle of 248.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30208C is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 32 | 140 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.45 |
| HSL | 248.89º | 0.63% | 0.34% | - |
| HSV(B) | 248.89º | 0.77% | 0.55% | - |
| XYZ | 6.47 | 3.55 | 25.16 | - |
| YUV | 49.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 140 | 0.66 | 0.77 | 0 | 0.45 | 248.89 | 0.63 | 0.34 |
| Hex | 30 | 20 | 8C | 42 | 4D | 0 | 2D | F9 | 3F | 22 |
| Octal | 60 | 40 | 214 | 102 | 115 | 0 | 55 | 371 | 77 | 42 |
| Binary | 110000 | 100000 | 10001100 | 1000010 | 1001101 | 0 | 101101 | 11111001 | 111111 | 100010 |
Color Harmonies of #30208C
Complementary color
Monochromatic Colors of #30208C
Black with #30208C
Text Example
Text Example
White with #30208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30208C; }
p { color: rgb(48,32,140); }
H1.HeaderClassName
{
color: #30208C;
}
.AnyTagClassName
{
color: #30208C;
}
</style>
background-color css
<style>
a { background-color: #30208C; }
a { background-color: rgb(48,32,140); }
div.DivClassName
{
background-color: #30208C;
}
.BgClassName
{
background-color: #30208C;
}
</style>
border-color css
<style>
span { border-color: #30208C; }
span { border-color: rgb(48,32,140); }
td.TdClassName
{
border-color: #30208C;
}
.TagClassName
{
border-color: #30208C;
}
</style>