Shades of Persian Indigo #300363
Tints of Persian Indigo #300363
RGB
CMYK
RGB Variations
Color information
#300363 (or 0x300363) is known color: Persian Indigo. HEX triplet: 30, 03 and 63. RGB value is (48,3,99). Sum of RGB (Red+Green+Blue) = 48+3+99=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #300363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300363 is #CFFC9C. Grayscale: #1B1B1B. Windows color (decimal): -13630621 or 6488880. OLE color: 6488880.
HSL color Cylindrical-coordinate representation of color #300363: hue angle of 268.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300363 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 3 | 99 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.61 |
| HSL | 268.13º | 0.94% | 0.2% | - |
| HSV(B) | 268.13º | 0.97% | 0.39% | - |
| XYZ | 3.5 | 1.59 | 11.93 | - |
| YUV | 27.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 99 | 0.52 | 0.97 | 0 | 0.61 | 268.13 | 0.94 | 0.2 |
| Hex | 30 | 3 | 63 | 34 | 61 | 0 | 3D | 10C | 5E | 14 |
| Octal | 60 | 3 | 143 | 64 | 141 | 0 | 75 | 414 | 136 | 24 |
| Binary | 110000 | 11 | 1100011 | 110100 | 1100001 | 0 | 111101 | 100001100 | 1011110 | 10100 |
Color Harmonies of #300363
Complementary color
Monochromatic Colors of #300363
Black with #300363
Text Example
Text Example
White with #300363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300363; }
p { color: rgb(48,3,99); }
H1.HeaderClassName
{
color: #300363;
}
.AnyTagClassName
{
color: #300363;
}
</style>
background-color css
<style>
a { background-color: #300363; }
a { background-color: rgb(48,3,99); }
div.DivClassName
{
background-color: #300363;
}
.BgClassName
{
background-color: #300363;
}
</style>
border-color css
<style>
span { border-color: #300363; }
span { border-color: rgb(48,3,99); }
td.TdClassName
{
border-color: #300363;
}
.TagClassName
{
border-color: #300363;
}
</style>