Shades of Persian Indigo #300595
Tints of Persian Indigo #300595
RGB
CMYK
RGB Variations
Color information
#300595 (or 0x300595) is known color: Persian Indigo. HEX triplet: 30, 05 and 95. RGB value is (48,5,149). Sum of RGB (Red+Green+Blue) = 48+5+149=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #300595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300595 is #CFFA6A. Grayscale: #212121. Windows color (decimal): -13630059 or 9766192. OLE color: 9766192.
HSL color Cylindrical-coordinate representation of color #300595: hue angle of 257.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300595 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 5 | 149 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.42 |
| HSL | 257.92º | 0.94% | 0.3% | - |
| HSV(B) | 257.92º | 0.97% | 0.58% | - |
| XYZ | 6.7 | 2.91 | 28.64 | - |
| YUV | 34.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 149 | 0.68 | 0.97 | 0 | 0.42 | 257.92 | 0.94 | 0.3 |
| Hex | 30 | 5 | 95 | 44 | 61 | 0 | 2A | 102 | 5E | 1E |
| Octal | 60 | 5 | 225 | 104 | 141 | 0 | 52 | 402 | 136 | 36 |
| Binary | 110000 | 101 | 10010101 | 1000100 | 1100001 | 0 | 101010 | 100000010 | 1011110 | 11110 |
Color Harmonies of #300595
Complementary color
Monochromatic Colors of #300595
Black with #300595
Text Example
Text Example
White with #300595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300595; }
p { color: rgb(48,5,149); }
H1.HeaderClassName
{
color: #300595;
}
.AnyTagClassName
{
color: #300595;
}
</style>
background-color css
<style>
a { background-color: #300595; }
a { background-color: rgb(48,5,149); }
div.DivClassName
{
background-color: #300595;
}
.BgClassName
{
background-color: #300595;
}
</style>
border-color css
<style>
span { border-color: #300595; }
span { border-color: rgb(48,5,149); }
td.TdClassName
{
border-color: #300595;
}
.TagClassName
{
border-color: #300595;
}
</style>