Shades of Persian Indigo #210183
Tints of Persian Indigo #210183
RGB
CMYK
RGB Variations
Color information
#210183 (or 0x210183) is known color: Persian Indigo. HEX triplet: 21, 01 and 83. RGB value is (33,1,131). Sum of RGB (Red+Green+Blue) = 33+1+131=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 131 (51.56% from 255 or 79.39% from 165); Max value from RGB is 131 - color contains mainly: blue. Hex color #210183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210183 is #DEFE7C. Grayscale: #181818. Windows color (decimal): -14614141 or 8585505. OLE color: 8585505.
HSL color Cylindrical-coordinate representation of color #210183: hue angle of 254.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210183 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 1 | 131 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.49 |
| HSL | 254.77º | 0.98% | 0.26% | - |
| HSV(B) | 254.77º | 0.99% | 0.51% | - |
| XYZ | 4.73 | 1.98 | 21.61 | - |
| YUV | 25.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 131 | 0.75 | 0.99 | 0 | 0.49 | 254.77 | 0.98 | 0.26 |
| Hex | 21 | 1 | 83 | 4B | 63 | 0 | 31 | FF | 62 | 1A |
| Octal | 41 | 1 | 203 | 113 | 143 | 0 | 61 | 377 | 142 | 32 |
| Binary | 100001 | 1 | 10000011 | 1001011 | 1100011 | 0 | 110001 | 11111111 | 1100010 | 11010 |
Color Harmonies of #210183
Complementary color
Monochromatic Colors of #210183
Black with #210183
Text Example
Text Example
White with #210183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210183; }
p { color: rgb(33,1,131); }
H1.HeaderClassName
{
color: #210183;
}
.AnyTagClassName
{
color: #210183;
}
</style>
background-color css
<style>
a { background-color: #210183; }
a { background-color: rgb(33,1,131); }
div.DivClassName
{
background-color: #210183;
}
.BgClassName
{
background-color: #210183;
}
</style>
border-color css
<style>
span { border-color: #210183; }
span { border-color: rgb(33,1,131); }
td.TdClassName
{
border-color: #210183;
}
.TagClassName
{
border-color: #210183;
}
</style>