Shades of Persian Indigo #300663
Tints of Persian Indigo #300663
RGB
CMYK
RGB Variations
Color information
#300663 (or 0x300663) is known color: Persian Indigo. HEX triplet: 30, 06 and 63. RGB value is (48,6,99). Sum of RGB (Red+Green+Blue) = 48+6+99=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #300663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300663 is #CFF99C. Grayscale: #1C1C1C. Windows color (decimal): -13629853 or 6489648. OLE color: 6489648.
HSL color Cylindrical-coordinate representation of color #300663: hue angle of 267.1º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300663 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 6 | 99 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.61 |
| HSL | 267.1º | 0.89% | 0.21% | - |
| HSV(B) | 267.1º | 0.94% | 0.39% | - |
| XYZ | 3.54 | 1.66 | 11.94 | - |
| YUV | 29.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 99 | 0.52 | 0.94 | 0 | 0.61 | 267.1 | 0.89 | 0.21 |
| Hex | 30 | 6 | 63 | 34 | 5E | 0 | 3D | 10B | 59 | 15 |
| Octal | 60 | 6 | 143 | 64 | 136 | 0 | 75 | 413 | 131 | 25 |
| Binary | 110000 | 110 | 1100011 | 110100 | 1011110 | 0 | 111101 | 100001011 | 1011001 | 10101 |
Color Harmonies of #300663
Complementary color
Monochromatic Colors of #300663
Black with #300663
Text Example
Text Example
White with #300663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300663; }
p { color: rgb(48,6,99); }
H1.HeaderClassName
{
color: #300663;
}
.AnyTagClassName
{
color: #300663;
}
</style>
background-color css
<style>
a { background-color: #300663; }
a { background-color: rgb(48,6,99); }
div.DivClassName
{
background-color: #300663;
}
.BgClassName
{
background-color: #300663;
}
</style>
border-color css
<style>
span { border-color: #300663; }
span { border-color: rgb(48,6,99); }
td.TdClassName
{
border-color: #300663;
}
.TagClassName
{
border-color: #300663;
}
</style>