Shades of Persian Indigo #302183
Tints of Persian Indigo #302183
RGB
CMYK
RGB Variations
Color information
#302183 (or 0x302183) is known color: Persian Indigo. HEX triplet: 30, 21 and 83. RGB value is (48,33,131). Sum of RGB (Red+Green+Blue) = 48+33+131=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #302183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302183 is #CFDE7C. Grayscale: #303030. Windows color (decimal): -13622909 or 8593712. OLE color: 8593712.
HSL color Cylindrical-coordinate representation of color #302183: hue angle of 249.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302183 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 33 | 131 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.49 |
| HSL | 249.18º | 0.6% | 0.32% | - |
| HSV(B) | 249.18º | 0.75% | 0.51% | - |
| XYZ | 5.86 | 3.35 | 21.81 | - |
| YUV | 48.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 131 | 0.63 | 0.75 | 0 | 0.49 | 249.18 | 0.6 | 0.32 |
| Hex | 30 | 21 | 83 | 3F | 4B | 0 | 31 | F9 | 3C | 20 |
| Octal | 60 | 41 | 203 | 77 | 113 | 0 | 61 | 371 | 74 | 40 |
| Binary | 110000 | 100001 | 10000011 | 111111 | 1001011 | 0 | 110001 | 11111001 | 111100 | 100000 |
Color Harmonies of #302183
Complementary color
Monochromatic Colors of #302183
Black with #302183
Text Example
Text Example
White with #302183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302183; }
p { color: rgb(48,33,131); }
H1.HeaderClassName
{
color: #302183;
}
.AnyTagClassName
{
color: #302183;
}
</style>
background-color css
<style>
a { background-color: #302183; }
a { background-color: rgb(48,33,131); }
div.DivClassName
{
background-color: #302183;
}
.BgClassName
{
background-color: #302183;
}
</style>
border-color css
<style>
span { border-color: #302183; }
span { border-color: rgb(48,33,131); }
td.TdClassName
{
border-color: #302183;
}
.TagClassName
{
border-color: #302183;
}
</style>