Shades of Persian Indigo #30076B
Tints of Persian Indigo #30076B
RGB
CMYK
RGB Variations
Color information
#30076B (or 0x30076B) is known color: Persian Indigo. HEX triplet: 30, 07 and 6B. RGB value is (48,7,107). Sum of RGB (Red+Green+Blue) = 48+7+107=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #30076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30076B is #CFF894. Grayscale: #1E1E1E. Windows color (decimal): -13629589 or 7014192. OLE color: 7014192.
HSL color Cylindrical-coordinate representation of color #30076B: hue angle of 264.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30076B is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 7 | 107 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.58 |
| HSL | 264.6º | 0.88% | 0.22% | - |
| HSV(B) | 264.6º | 0.93% | 0.42% | - |
| XYZ | 3.95 | 1.84 | 14.06 | - |
| YUV | 30.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 107 | 0.55 | 0.93 | 0 | 0.58 | 264.6 | 0.88 | 0.22 |
| Hex | 30 | 7 | 6B | 37 | 5D | 0 | 3A | 109 | 58 | 16 |
| Octal | 60 | 7 | 153 | 67 | 135 | 0 | 72 | 411 | 130 | 26 |
| Binary | 110000 | 111 | 1101011 | 110111 | 1011101 | 0 | 111010 | 100001001 | 1011000 | 10110 |
Color Harmonies of #30076B
Complementary color
Monochromatic Colors of #30076B
Black with #30076B
Text Example
Text Example
White with #30076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30076B; }
p { color: rgb(48,7,107); }
H1.HeaderClassName
{
color: #30076B;
}
.AnyTagClassName
{
color: #30076B;
}
</style>
background-color css
<style>
a { background-color: #30076B; }
a { background-color: rgb(48,7,107); }
div.DivClassName
{
background-color: #30076B;
}
.BgClassName
{
background-color: #30076B;
}
</style>
border-color css
<style>
span { border-color: #30076B; }
span { border-color: rgb(48,7,107); }
td.TdClassName
{
border-color: #30076B;
}
.TagClassName
{
border-color: #30076B;
}
</style>