Shades of Persian Indigo #300166
Tints of Persian Indigo #300166
RGB
CMYK
RGB Variations
Color information
#300166 (or 0x300166) is known color: Persian Indigo. HEX triplet: 30, 01 and 66. RGB value is (48,1,102). Sum of RGB (Red+Green+Blue) = 48+1+102=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #300166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300166 is #CFFE99. Grayscale: #1A1A1A. Windows color (decimal): -13631130 or 6684976. OLE color: 6684976.
HSL color Cylindrical-coordinate representation of color #300166: hue angle of 267.92º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300166 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 1 | 102 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.6 |
| HSL | 267.92º | 0.98% | 0.2% | - |
| HSV(B) | 267.92º | 0.99% | 0.4% | - |
| XYZ | 3.63 | 1.61 | 12.69 | - |
| YUV | 26.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 102 | 0.53 | 0.99 | 0 | 0.6 | 267.92 | 0.98 | 0.2 |
| Hex | 30 | 1 | 66 | 35 | 63 | 0 | 3C | 10C | 62 | 14 |
| Octal | 60 | 1 | 146 | 65 | 143 | 0 | 74 | 414 | 142 | 24 |
| Binary | 110000 | 1 | 1100110 | 110101 | 1100011 | 0 | 111100 | 100001100 | 1100010 | 10100 |
Color Harmonies of #300166
Complementary color
Monochromatic Colors of #300166
Black with #300166
Text Example
Text Example
White with #300166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300166; }
p { color: rgb(48,1,102); }
H1.HeaderClassName
{
color: #300166;
}
.AnyTagClassName
{
color: #300166;
}
</style>
background-color css
<style>
a { background-color: #300166; }
a { background-color: rgb(48,1,102); }
div.DivClassName
{
background-color: #300166;
}
.BgClassName
{
background-color: #300166;
}
</style>
border-color css
<style>
span { border-color: #300166; }
span { border-color: rgb(48,1,102); }
td.TdClassName
{
border-color: #300166;
}
.TagClassName
{
border-color: #300166;
}
</style>