Shades of Persian Indigo #30129C
Tints of Persian Indigo #30129C
RGB
CMYK
RGB Variations
Color information
#30129C (or 0x30129C) is known color: Persian Indigo. HEX triplet: 30, 12 and 9C. RGB value is (48,18,156). Sum of RGB (Red+Green+Blue) = 48+18+156=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #30129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30129C is #CFED63. Grayscale: #2A2A2A. Windows color (decimal): -13626724 or 10228272. OLE color: 10228272.
HSL color Cylindrical-coordinate representation of color #30129C: hue angle of 253.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30129C is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 18 | 156 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.39 |
| HSL | 253.04º | 0.79% | 0.34% | - |
| HSV(B) | 253.04º | 0.88% | 0.61% | - |
| XYZ | 7.44 | 3.46 | 31.73 | - |
| YUV | 42.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 156 | 0.69 | 0.88 | 0 | 0.39 | 253.04 | 0.79 | 0.34 |
| Hex | 30 | 12 | 9C | 45 | 58 | 0 | 27 | FD | 4F | 22 |
| Octal | 60 | 22 | 234 | 105 | 130 | 0 | 47 | 375 | 117 | 42 |
| Binary | 110000 | 10010 | 10011100 | 1000101 | 1011000 | 0 | 100111 | 11111101 | 1001111 | 100010 |
Color Harmonies of #30129C
Complementary color
Monochromatic Colors of #30129C
Black with #30129C
Text Example
Text Example
White with #30129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30129C; }
p { color: rgb(48,18,156); }
H1.HeaderClassName
{
color: #30129C;
}
.AnyTagClassName
{
color: #30129C;
}
</style>
background-color css
<style>
a { background-color: #30129C; }
a { background-color: rgb(48,18,156); }
div.DivClassName
{
background-color: #30129C;
}
.BgClassName
{
background-color: #30129C;
}
</style>
border-color css
<style>
span { border-color: #30129C; }
span { border-color: rgb(48,18,156); }
td.TdClassName
{
border-color: #30129C;
}
.TagClassName
{
border-color: #30129C;
}
</style>