Shades of Persian Indigo #300799
Tints of Persian Indigo #300799
RGB
CMYK
RGB Variations
Color information
#300799 (or 0x300799) is known color: Persian Indigo. HEX triplet: 30, 07 and 99. RGB value is (48,7,153). Sum of RGB (Red+Green+Blue) = 48+7+153=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #300799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300799 is #CFF866. Grayscale: #232323. Windows color (decimal): -13629543 or 10028848. OLE color: 10028848.
HSL color Cylindrical-coordinate representation of color #300799: hue angle of 256.85º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300799 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 7 | 153 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.4 |
| HSL | 256.85º | 0.91% | 0.31% | - |
| HSV(B) | 256.85º | 0.95% | 0.6% | - |
| XYZ | 7.04 | 3.08 | 30.36 | - |
| YUV | 35.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 153 | 0.69 | 0.95 | 0 | 0.4 | 256.85 | 0.91 | 0.31 |
| Hex | 30 | 7 | 99 | 45 | 5F | 0 | 28 | 101 | 5B | 1F |
| Octal | 60 | 7 | 231 | 105 | 137 | 0 | 50 | 401 | 133 | 37 |
| Binary | 110000 | 111 | 10011001 | 1000101 | 1011111 | 0 | 101000 | 100000001 | 1011011 | 11111 |
Color Harmonies of #300799
Complementary color
Monochromatic Colors of #300799
Black with #300799
Text Example
Text Example
White with #300799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300799; }
p { color: rgb(48,7,153); }
H1.HeaderClassName
{
color: #300799;
}
.AnyTagClassName
{
color: #300799;
}
</style>
background-color css
<style>
a { background-color: #300799; }
a { background-color: rgb(48,7,153); }
div.DivClassName
{
background-color: #300799;
}
.BgClassName
{
background-color: #300799;
}
</style>
border-color css
<style>
span { border-color: #300799; }
span { border-color: rgb(48,7,153); }
td.TdClassName
{
border-color: #300799;
}
.TagClassName
{
border-color: #300799;
}
</style>