Shades of Persian Indigo #300B66
Tints of Persian Indigo #300B66
RGB
CMYK
RGB Variations
Color information
#300B66 (or 0x300B66) is known color: Persian Indigo. HEX triplet: 30, 0B and 66. RGB value is (48,11,102). Sum of RGB (Red+Green+Blue) = 48+11+102=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #300B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300B66 is #CFF499. Grayscale: #202020. Windows color (decimal): -13628570 or 6687536. OLE color: 6687536.
HSL color Cylindrical-coordinate representation of color #300B66: hue angle of 264.4º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300B66 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 11 | 102 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.6 |
| HSL | 264.4º | 0.81% | 0.22% | - |
| HSV(B) | 264.4º | 0.89% | 0.4% | - |
| XYZ | 3.74 | 1.83 | 12.73 | - |
| YUV | 32.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 102 | 0.53 | 0.89 | 0 | 0.6 | 264.4 | 0.81 | 0.22 |
| Hex | 30 | B | 66 | 35 | 59 | 0 | 3C | 108 | 51 | 16 |
| Octal | 60 | 13 | 146 | 65 | 131 | 0 | 74 | 410 | 121 | 26 |
| Binary | 110000 | 1011 | 1100110 | 110101 | 1011001 | 0 | 111100 | 100001000 | 1010001 | 10110 |
Color Harmonies of #300B66
Complementary color
Monochromatic Colors of #300B66
Black with #300B66
Text Example
Text Example
White with #300B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B66; }
p { color: rgb(48,11,102); }
H1.HeaderClassName
{
color: #300B66;
}
.AnyTagClassName
{
color: #300B66;
}
</style>
background-color css
<style>
a { background-color: #300B66; }
a { background-color: rgb(48,11,102); }
div.DivClassName
{
background-color: #300B66;
}
.BgClassName
{
background-color: #300B66;
}
</style>
border-color css
<style>
span { border-color: #300B66; }
span { border-color: rgb(48,11,102); }
td.TdClassName
{
border-color: #300B66;
}
.TagClassName
{
border-color: #300B66;
}
</style>