Shades of Persian Indigo #220283
Tints of Persian Indigo #220283
RGB
CMYK
RGB Variations
Color information
#220283 (or 0x220283) is known color: Persian Indigo. HEX triplet: 22, 02 and 83. RGB value is (34,2,131). Sum of RGB (Red+Green+Blue) = 34+2+131=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #220283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220283 is #DDFD7C. Grayscale: #191919. Windows color (decimal): -14548349 or 8585762. OLE color: 8585762.
HSL color Cylindrical-coordinate representation of color #220283: hue angle of 254.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220283 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 2 | 131 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.49 |
| HSL | 254.88º | 0.97% | 0.26% | - |
| HSV(B) | 254.88º | 0.98% | 0.51% | - |
| XYZ | 4.78 | 2.02 | 21.61 | - |
| YUV | 26.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 131 | 0.74 | 0.98 | 0 | 0.49 | 254.88 | 0.97 | 0.26 |
| Hex | 22 | 2 | 83 | 4A | 62 | 0 | 31 | FF | 61 | 1A |
| Octal | 42 | 2 | 203 | 112 | 142 | 0 | 61 | 377 | 141 | 32 |
| Binary | 100010 | 10 | 10000011 | 1001010 | 1100010 | 0 | 110001 | 11111111 | 1100001 | 11010 |
Color Harmonies of #220283
Complementary color
Monochromatic Colors of #220283
Black with #220283
Text Example
Text Example
White with #220283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220283; }
p { color: rgb(34,2,131); }
H1.HeaderClassName
{
color: #220283;
}
.AnyTagClassName
{
color: #220283;
}
</style>
background-color css
<style>
a { background-color: #220283; }
a { background-color: rgb(34,2,131); }
div.DivClassName
{
background-color: #220283;
}
.BgClassName
{
background-color: #220283;
}
</style>
border-color css
<style>
span { border-color: #220283; }
span { border-color: rgb(34,2,131); }
td.TdClassName
{
border-color: #220283;
}
.TagClassName
{
border-color: #220283;
}
</style>