Shades of Persian Indigo #300B70
Tints of Persian Indigo #300B70
RGB
CMYK
RGB Variations
Color information
#300B70 (or 0x300B70) is known color: Persian Indigo. HEX triplet: 30, 0B and 70. RGB value is (48,11,112). Sum of RGB (Red+Green+Blue) = 48+11+112=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #300B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300B70 is #CFF48F. Grayscale: #212121. Windows color (decimal): -13628560 or 7342896. OLE color: 7342896.
HSL color Cylindrical-coordinate representation of color #300B70: hue angle of 261.98º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300B70 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 11 | 112 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.56 |
| HSL | 261.98º | 0.82% | 0.24% | - |
| HSV(B) | 261.98º | 0.9% | 0.44% | - |
| XYZ | 4.26 | 2.04 | 15.5 | - |
| YUV | 33.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 112 | 0.57 | 0.90 | 0 | 0.56 | 261.98 | 0.82 | 0.24 |
| Hex | 30 | B | 70 | 39 | 5A | 0 | 38 | 106 | 52 | 18 |
| Octal | 60 | 13 | 160 | 71 | 132 | 0 | 70 | 406 | 122 | 30 |
| Binary | 110000 | 1011 | 1110000 | 111001 | 1011010 | 0 | 111000 | 100000110 | 1010010 | 11000 |
Color Harmonies of #300B70
Complementary color
Monochromatic Colors of #300B70
Black with #300B70
Text Example
Text Example
White with #300B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B70; }
p { color: rgb(48,11,112); }
H1.HeaderClassName
{
color: #300B70;
}
.AnyTagClassName
{
color: #300B70;
}
</style>
background-color css
<style>
a { background-color: #300B70; }
a { background-color: rgb(48,11,112); }
div.DivClassName
{
background-color: #300B70;
}
.BgClassName
{
background-color: #300B70;
}
</style>
border-color css
<style>
span { border-color: #300B70; }
span { border-color: rgb(48,11,112); }
td.TdClassName
{
border-color: #300B70;
}
.TagClassName
{
border-color: #300B70;
}
</style>