Shades of Persian Indigo #30076D
Tints of Persian Indigo #30076D
RGB
CMYK
RGB Variations
Color information
#30076D (or 0x30076D) is known color: Persian Indigo. HEX triplet: 30, 07 and 6D. RGB value is (48,7,109). Sum of RGB (Red+Green+Blue) = 48+7+109=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #30076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30076D is #CFF892. Grayscale: #1E1E1E. Windows color (decimal): -13629587 or 7145264. OLE color: 7145264.
HSL color Cylindrical-coordinate representation of color #30076D: hue angle of 264.12º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30076D is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 7 | 109 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.57 |
| HSL | 264.12º | 0.88% | 0.23% | - |
| HSV(B) | 264.12º | 0.94% | 0.43% | - |
| XYZ | 4.06 | 1.88 | 14.62 | - |
| YUV | 30.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 109 | 0.56 | 0.94 | 0 | 0.57 | 264.12 | 0.88 | 0.23 |
| Hex | 30 | 7 | 6D | 38 | 5E | 0 | 39 | 108 | 58 | 17 |
| Octal | 60 | 7 | 155 | 70 | 136 | 0 | 71 | 410 | 130 | 27 |
| Binary | 110000 | 111 | 1101101 | 111000 | 1011110 | 0 | 111001 | 100001000 | 1011000 | 10111 |
Color Harmonies of #30076D
Complementary color
Monochromatic Colors of #30076D
Black with #30076D
Text Example
Text Example
White with #30076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30076D; }
p { color: rgb(48,7,109); }
H1.HeaderClassName
{
color: #30076D;
}
.AnyTagClassName
{
color: #30076D;
}
</style>
background-color css
<style>
a { background-color: #30076D; }
a { background-color: rgb(48,7,109); }
div.DivClassName
{
background-color: #30076D;
}
.BgClassName
{
background-color: #30076D;
}
</style>
border-color css
<style>
span { border-color: #30076D; }
span { border-color: rgb(48,7,109); }
td.TdClassName
{
border-color: #30076D;
}
.TagClassName
{
border-color: #30076D;
}
</style>