Shades of Persian Indigo #300588
Tints of Persian Indigo #300588
RGB
CMYK
RGB Variations
Color information
#300588 (or 0x300588) is known color: Persian Indigo. HEX triplet: 30, 05 and 88. RGB value is (48,5,136). Sum of RGB (Red+Green+Blue) = 48+5+136=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #300588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300588 is #CFFA77. Grayscale: #202020. Windows color (decimal): -13630072 or 8914224. OLE color: 8914224.
HSL color Cylindrical-coordinate representation of color #300588: hue angle of 259.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300588 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 5 | 136 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.47 |
| HSL | 259.69º | 0.93% | 0.28% | - |
| HSV(B) | 259.69º | 0.96% | 0.53% | - |
| XYZ | 5.72 | 2.51 | 23.48 | - |
| YUV | 32.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 136 | 0.65 | 0.96 | 0 | 0.47 | 259.69 | 0.93 | 0.28 |
| Hex | 30 | 5 | 88 | 41 | 60 | 0 | 2F | 104 | 5D | 1C |
| Octal | 60 | 5 | 210 | 101 | 140 | 0 | 57 | 404 | 135 | 34 |
| Binary | 110000 | 101 | 10001000 | 1000001 | 1100000 | 0 | 101111 | 100000100 | 1011101 | 11100 |
Color Harmonies of #300588
Complementary color
Monochromatic Colors of #300588
Black with #300588
Text Example
Text Example
White with #300588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300588; }
p { color: rgb(48,5,136); }
H1.HeaderClassName
{
color: #300588;
}
.AnyTagClassName
{
color: #300588;
}
</style>
background-color css
<style>
a { background-color: #300588; }
a { background-color: rgb(48,5,136); }
div.DivClassName
{
background-color: #300588;
}
.BgClassName
{
background-color: #300588;
}
</style>
border-color css
<style>
span { border-color: #300588; }
span { border-color: rgb(48,5,136); }
td.TdClassName
{
border-color: #300588;
}
.TagClassName
{
border-color: #300588;
}
</style>