Shades of Persian Indigo #30129D
Tints of Persian Indigo #30129D
RGB
CMYK
RGB Variations
Color information
#30129D (or 0x30129D) is known color: Persian Indigo. HEX triplet: 30, 12 and 9D. RGB value is (48,18,157). Sum of RGB (Red+Green+Blue) = 48+18+157=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #30129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30129D is #CFED62. Grayscale: #2A2A2A. Windows color (decimal): -13626723 or 10293808. OLE color: 10293808.
HSL color Cylindrical-coordinate representation of color #30129D: hue angle of 252.95º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30129D is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 18 | 157 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.38 |
| HSL | 252.95º | 0.79% | 0.34% | - |
| HSV(B) | 252.95º | 0.89% | 0.62% | - |
| XYZ | 7.52 | 3.5 | 32.18 | - |
| YUV | 42.82 | 192.44 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 157 | 0.69 | 0.89 | 0 | 0.38 | 252.95 | 0.79 | 0.34 |
| Hex | 30 | 12 | 9D | 45 | 59 | 0 | 26 | FD | 4F | 22 |
| Octal | 60 | 22 | 235 | 105 | 131 | 0 | 46 | 375 | 117 | 42 |
| Binary | 110000 | 10010 | 10011101 | 1000101 | 1011001 | 0 | 100110 | 11111101 | 1001111 | 100010 |
Color Harmonies of #30129D
Complementary color
Monochromatic Colors of #30129D
Black with #30129D
Text Example
Text Example
White with #30129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30129D; }
p { color: rgb(48,18,157); }
H1.HeaderClassName
{
color: #30129D;
}
.AnyTagClassName
{
color: #30129D;
}
</style>
background-color css
<style>
a { background-color: #30129D; }
a { background-color: rgb(48,18,157); }
div.DivClassName
{
background-color: #30129D;
}
.BgClassName
{
background-color: #30129D;
}
</style>
border-color css
<style>
span { border-color: #30129D; }
span { border-color: rgb(48,18,157); }
td.TdClassName
{
border-color: #30129D;
}
.TagClassName
{
border-color: #30129D;
}
</style>