Shades of Persian Indigo #300163
Tints of Persian Indigo #300163
RGB
CMYK
RGB Variations
Color information
#300163 (or 0x300163) is known color: Persian Indigo. HEX triplet: 30, 01 and 63. RGB value is (48,1,99). Sum of RGB (Red+Green+Blue) = 48+1+99=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #300163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300163 is #CFFE9C. Grayscale: #191919. Windows color (decimal): -13631133 or 6488368. OLE color: 6488368.
HSL color Cylindrical-coordinate representation of color #300163: hue angle of 268.78º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300163 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 1 | 99 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.61 |
| HSL | 268.78º | 0.98% | 0.2% | - |
| HSV(B) | 268.78º | 0.99% | 0.39% | - |
| XYZ | 3.48 | 1.55 | 11.92 | - |
| YUV | 26.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 99 | 0.52 | 0.99 | 0 | 0.61 | 268.78 | 0.98 | 0.2 |
| Hex | 30 | 1 | 63 | 34 | 63 | 0 | 3D | 10D | 62 | 14 |
| Octal | 60 | 1 | 143 | 64 | 143 | 0 | 75 | 415 | 142 | 24 |
| Binary | 110000 | 1 | 1100011 | 110100 | 1100011 | 0 | 111101 | 100001101 | 1100010 | 10100 |
Color Harmonies of #300163
Complementary color
Monochromatic Colors of #300163
Black with #300163
Text Example
Text Example
White with #300163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300163; }
p { color: rgb(48,1,99); }
H1.HeaderClassName
{
color: #300163;
}
.AnyTagClassName
{
color: #300163;
}
</style>
background-color css
<style>
a { background-color: #300163; }
a { background-color: rgb(48,1,99); }
div.DivClassName
{
background-color: #300163;
}
.BgClassName
{
background-color: #300163;
}
</style>
border-color css
<style>
span { border-color: #300163; }
span { border-color: rgb(48,1,99); }
td.TdClassName
{
border-color: #300163;
}
.TagClassName
{
border-color: #300163;
}
</style>