Shades of Persian Indigo #300A99
Tints of Persian Indigo #300A99
RGB
CMYK
RGB Variations
Color information
#300A99 (or 0x300A99) is known color: Persian Indigo. HEX triplet: 30, 0A and 99. RGB value is (48,10,153). Sum of RGB (Red+Green+Blue) = 48+10+153=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #300A99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300A99 is #CFF566. Grayscale: #252525. Windows color (decimal): -13628775 or 10029616. OLE color: 10029616.
HSL color Cylindrical-coordinate representation of color #300A99: hue angle of 255.94º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300A99 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 10 | 153 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.4 |
| HSL | 255.94º | 0.88% | 0.32% | - |
| HSV(B) | 255.94º | 0.93% | 0.6% | - |
| XYZ | 7.08 | 3.15 | 30.37 | - |
| YUV | 37.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 153 | 0.69 | 0.93 | 0 | 0.4 | 255.94 | 0.88 | 0.32 |
| Hex | 30 | A | 99 | 45 | 5D | 0 | 28 | 100 | 58 | 20 |
| Octal | 60 | 12 | 231 | 105 | 135 | 0 | 50 | 400 | 130 | 40 |
| Binary | 110000 | 1010 | 10011001 | 1000101 | 1011101 | 0 | 101000 | 100000000 | 1011000 | 100000 |
Color Harmonies of #300A99
Complementary color
Monochromatic Colors of #300A99
Black with #300A99
Text Example
Text Example
White with #300A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A99; }
p { color: rgb(48,10,153); }
H1.HeaderClassName
{
color: #300A99;
}
.AnyTagClassName
{
color: #300A99;
}
</style>
background-color css
<style>
a { background-color: #300A99; }
a { background-color: rgb(48,10,153); }
div.DivClassName
{
background-color: #300A99;
}
.BgClassName
{
background-color: #300A99;
}
</style>
border-color css
<style>
span { border-color: #300A99; }
span { border-color: rgb(48,10,153); }
td.TdClassName
{
border-color: #300A99;
}
.TagClassName
{
border-color: #300A99;
}
</style>