Shades of Persian Indigo #300160
Tints of Persian Indigo #300160
RGB
CMYK
RGB Variations
Color information
#300160 (or 0x300160) is known color: Persian Indigo. HEX triplet: 30, 01 and 60. RGB value is (48,1,96). Sum of RGB (Red+Green+Blue) = 48+1+96=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #300160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300160 is #CFFE9F. Grayscale: #191919. Windows color (decimal): -13631136 or 6291760. OLE color: 6291760.
HSL color Cylindrical-coordinate representation of color #300160: hue angle of 269.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300160 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 1 | 96 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.62 |
| HSL | 269.68º | 0.98% | 0.19% | - |
| HSV(B) | 269.68º | 0.99% | 0.38% | - |
| XYZ | 3.34 | 1.49 | 11.18 | - |
| YUV | 25.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 96 | 0.50 | 0.99 | 0 | 0.62 | 269.68 | 0.98 | 0.19 |
| Hex | 30 | 1 | 60 | 32 | 63 | 0 | 3E | 10E | 62 | 13 |
| Octal | 60 | 1 | 140 | 62 | 143 | 0 | 76 | 416 | 142 | 23 |
| Binary | 110000 | 1 | 1100000 | 110010 | 1100011 | 0 | 111110 | 100001110 | 1100010 | 10011 |
Color Harmonies of #300160
Complementary color
Monochromatic Colors of #300160
Black with #300160
Text Example
Text Example
White with #300160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300160; }
p { color: rgb(48,1,96); }
H1.HeaderClassName
{
color: #300160;
}
.AnyTagClassName
{
color: #300160;
}
</style>
background-color css
<style>
a { background-color: #300160; }
a { background-color: rgb(48,1,96); }
div.DivClassName
{
background-color: #300160;
}
.BgClassName
{
background-color: #300160;
}
</style>
border-color css
<style>
span { border-color: #300160; }
span { border-color: rgb(48,1,96); }
td.TdClassName
{
border-color: #300160;
}
.TagClassName
{
border-color: #300160;
}
</style>