Shades of Persian Indigo #30118D
Tints of Persian Indigo #30118D
RGB
CMYK
RGB Variations
Color information
#30118D (or 0x30118D) is known color: Persian Indigo. HEX triplet: 30, 11 and 8D. RGB value is (48,17,141). Sum of RGB (Red+Green+Blue) = 48+17+141=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #30118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30118D is #CFEE72. Grayscale: #272727. Windows color (decimal): -13626995 or 9244976. OLE color: 9244976.
HSL color Cylindrical-coordinate representation of color #30118D: hue angle of 255º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30118D is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 17 | 141 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.45 |
| HSL | 255º | 0.78% | 0.31% | - |
| HSV(B) | 255º | 0.88% | 0.55% | - |
| XYZ | 6.23 | 2.95 | 25.44 | - |
| YUV | 40.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 141 | 0.66 | 0.88 | 0 | 0.45 | 255 | 0.78 | 0.31 |
| Hex | 30 | 11 | 8D | 42 | 58 | 0 | 2D | FF | 4E | 1F |
| Octal | 60 | 21 | 215 | 102 | 130 | 0 | 55 | 377 | 116 | 37 |
| Binary | 110000 | 10001 | 10001101 | 1000010 | 1011000 | 0 | 101101 | 11111111 | 1001110 | 11111 |
Color Harmonies of #30118D
Complementary color
Monochromatic Colors of #30118D
Black with #30118D
Text Example
Text Example
White with #30118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30118D; }
p { color: rgb(48,17,141); }
H1.HeaderClassName
{
color: #30118D;
}
.AnyTagClassName
{
color: #30118D;
}
</style>
background-color css
<style>
a { background-color: #30118D; }
a { background-color: rgb(48,17,141); }
div.DivClassName
{
background-color: #30118D;
}
.BgClassName
{
background-color: #30118D;
}
</style>
border-color css
<style>
span { border-color: #30118D; }
span { border-color: rgb(48,17,141); }
td.TdClassName
{
border-color: #30118D;
}
.TagClassName
{
border-color: #30118D;
}
</style>