Shades of Persian Indigo #30116B
Tints of Persian Indigo #30116B
RGB
CMYK
RGB Variations
Color information
#30116B (or 0x30116B) is known color: Persian Indigo. HEX triplet: 30, 11 and 6B. RGB value is (48,17,107). Sum of RGB (Red+Green+Blue) = 48+17+107=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #30116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30116B is #CFEE94. Grayscale: #242424. Windows color (decimal): -13627029 or 7016752. OLE color: 7016752.
HSL color Cylindrical-coordinate representation of color #30116B: hue angle of 260.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30116B is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 17 | 107 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.58 |
| HSL | 260.67º | 0.73% | 0.24% | - |
| HSV(B) | 260.67º | 0.84% | 0.42% | - |
| XYZ | 4.07 | 2.09 | 14.1 | - |
| YUV | 36.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 107 | 0.55 | 0.84 | 0 | 0.58 | 260.67 | 0.73 | 0.24 |
| Hex | 30 | 11 | 6B | 37 | 54 | 0 | 3A | 105 | 49 | 18 |
| Octal | 60 | 21 | 153 | 67 | 124 | 0 | 72 | 405 | 111 | 30 |
| Binary | 110000 | 10001 | 1101011 | 110111 | 1010100 | 0 | 111010 | 100000101 | 1001001 | 11000 |
Color Harmonies of #30116B
Complementary color
Monochromatic Colors of #30116B
Black with #30116B
Text Example
Text Example
White with #30116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30116B; }
p { color: rgb(48,17,107); }
H1.HeaderClassName
{
color: #30116B;
}
.AnyTagClassName
{
color: #30116B;
}
</style>
background-color css
<style>
a { background-color: #30116B; }
a { background-color: rgb(48,17,107); }
div.DivClassName
{
background-color: #30116B;
}
.BgClassName
{
background-color: #30116B;
}
</style>
border-color css
<style>
span { border-color: #30116B; }
span { border-color: rgb(48,17,107); }
td.TdClassName
{
border-color: #30116B;
}
.TagClassName
{
border-color: #30116B;
}
</style>