Shades of Persian Indigo #220183
Tints of Persian Indigo #220183
RGB
CMYK
RGB Variations
Color information
#220183 (or 0x220183) is known color: Persian Indigo. HEX triplet: 22, 01 and 83. RGB value is (34,1,131). Sum of RGB (Red+Green+Blue) = 34+1+131=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #220183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220183 is #DDFE7C. Grayscale: #191919. Windows color (decimal): -14548605 or 8585506. OLE color: 8585506.
HSL color Cylindrical-coordinate representation of color #220183: hue angle of 255.23º 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 #220183 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 1 | 131 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.49 |
| HSL | 255.23º | 0.98% | 0.26% | - |
| HSV(B) | 255.23º | 0.99% | 0.51% | - |
| XYZ | 4.77 | 2 | 21.61 | - |
| YUV | 25.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 131 | 0.74 | 0.99 | 0 | 0.49 | 255.23 | 0.98 | 0.26 |
| Hex | 22 | 1 | 83 | 4A | 63 | 0 | 31 | FF | 62 | 1A |
| Octal | 42 | 1 | 203 | 112 | 143 | 0 | 61 | 377 | 142 | 32 |
| Binary | 100010 | 1 | 10000011 | 1001010 | 1100011 | 0 | 110001 | 11111111 | 1100010 | 11010 |
Color Harmonies of #220183
Complementary color
Monochromatic Colors of #220183
Black with #220183
Text Example
Text Example
White with #220183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220183; }
p { color: rgb(34,1,131); }
H1.HeaderClassName
{
color: #220183;
}
.AnyTagClassName
{
color: #220183;
}
</style>
background-color css
<style>
a { background-color: #220183; }
a { background-color: rgb(34,1,131); }
div.DivClassName
{
background-color: #220183;
}
.BgClassName
{
background-color: #220183;
}
</style>
border-color css
<style>
span { border-color: #220183; }
span { border-color: rgb(34,1,131); }
td.TdClassName
{
border-color: #220183;
}
.TagClassName
{
border-color: #220183;
}
</style>