Shades of Persian Indigo #301993
Tints of Persian Indigo #301993
RGB
CMYK
RGB Variations
Color information
#301993 (or 0x301993) is known color: Persian Indigo. HEX triplet: 30, 19 and 93. RGB value is (48,25,147). Sum of RGB (Red+Green+Blue) = 48+25+147=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #301993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301993 is #CFE66C. Grayscale: #2D2D2D. Windows color (decimal): -13624941 or 9640240. OLE color: 9640240.
HSL color Cylindrical-coordinate representation of color #301993: hue angle of 251.31º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301993 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 25 | 147 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.42 |
| HSL | 251.31º | 0.71% | 0.34% | - |
| HSV(B) | 251.31º | 0.83% | 0.58% | - |
| XYZ | 6.83 | 3.43 | 27.91 | - |
| YUV | 45.79 | 185.12 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 147 | 0.67 | 0.83 | 0 | 0.42 | 251.31 | 0.71 | 0.34 |
| Hex | 30 | 19 | 93 | 43 | 53 | 0 | 2A | FB | 47 | 22 |
| Octal | 60 | 31 | 223 | 103 | 123 | 0 | 52 | 373 | 107 | 42 |
| Binary | 110000 | 11001 | 10010011 | 1000011 | 1010011 | 0 | 101010 | 11111011 | 1000111 | 100010 |
Color Harmonies of #301993
Complementary color
Monochromatic Colors of #301993
Black with #301993
Text Example
Text Example
White with #301993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301993; }
p { color: rgb(48,25,147); }
H1.HeaderClassName
{
color: #301993;
}
.AnyTagClassName
{
color: #301993;
}
</style>
background-color css
<style>
a { background-color: #301993; }
a { background-color: rgb(48,25,147); }
div.DivClassName
{
background-color: #301993;
}
.BgClassName
{
background-color: #301993;
}
</style>
border-color css
<style>
span { border-color: #301993; }
span { border-color: rgb(48,25,147); }
td.TdClassName
{
border-color: #301993;
}
.TagClassName
{
border-color: #301993;
}
</style>