Shades of Persian Indigo #30016D
Tints of Persian Indigo #30016D
RGB
CMYK
RGB Variations
Color information
#30016D (or 0x30016D) is known color: Persian Indigo. HEX triplet: 30, 01 and 6D. RGB value is (48,1,109). Sum of RGB (Red+Green+Blue) = 48+1+109=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #30016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30016D is #CFFE92. Grayscale: #1A1A1A. Windows color (decimal): -13631123 or 7143728. OLE color: 7143728.
HSL color Cylindrical-coordinate representation of color #30016D: hue angle of 266.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30016D is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 1 | 109 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.57 |
| HSL | 266.11º | 0.98% | 0.22% | - |
| HSV(B) | 266.11º | 0.99% | 0.43% | - |
| XYZ | 3.99 | 1.75 | 14.6 | - |
| YUV | 27.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 109 | 0.56 | 0.99 | 0 | 0.57 | 266.11 | 0.98 | 0.22 |
| Hex | 30 | 1 | 6D | 38 | 63 | 0 | 39 | 10A | 62 | 16 |
| Octal | 60 | 1 | 155 | 70 | 143 | 0 | 71 | 412 | 142 | 26 |
| Binary | 110000 | 1 | 1101101 | 111000 | 1100011 | 0 | 111001 | 100001010 | 1100010 | 10110 |
Color Harmonies of #30016D
Complementary color
Monochromatic Colors of #30016D
Black with #30016D
Text Example
Text Example
White with #30016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30016D; }
p { color: rgb(48,1,109); }
H1.HeaderClassName
{
color: #30016D;
}
.AnyTagClassName
{
color: #30016D;
}
</style>
background-color css
<style>
a { background-color: #30016D; }
a { background-color: rgb(48,1,109); }
div.DivClassName
{
background-color: #30016D;
}
.BgClassName
{
background-color: #30016D;
}
</style>
border-color css
<style>
span { border-color: #30016D; }
span { border-color: rgb(48,1,109); }
td.TdClassName
{
border-color: #30016D;
}
.TagClassName
{
border-color: #30016D;
}
</style>