Shades of Persian Indigo #220285
Tints of Persian Indigo #220285
RGB
CMYK
RGB Variations
Color information
#220285 (or 0x220285) is known color: Persian Indigo. HEX triplet: 22, 02 and 85. RGB value is (34,2,133). Sum of RGB (Red+Green+Blue) = 34+2+133=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #220285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220285 is #DDFD7A. Grayscale: #1A1A1A. Windows color (decimal): -14548347 or 8716834. OLE color: 8716834.
HSL color Cylindrical-coordinate representation of color #220285: hue angle of 254.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220285 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 2 | 133 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.48 |
| HSL | 254.66º | 0.97% | 0.26% | - |
| HSV(B) | 254.66º | 0.98% | 0.52% | - |
| XYZ | 4.92 | 2.08 | 22.33 | - |
| YUV | 26.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 133 | 0.74 | 0.98 | 0 | 0.48 | 254.66 | 0.97 | 0.26 |
| Hex | 22 | 2 | 85 | 4A | 62 | 0 | 30 | FF | 61 | 1A |
| Octal | 42 | 2 | 205 | 112 | 142 | 0 | 60 | 377 | 141 | 32 |
| Binary | 100010 | 10 | 10000101 | 1001010 | 1100010 | 0 | 110000 | 11111111 | 1100001 | 11010 |
Color Harmonies of #220285
Complementary color
Monochromatic Colors of #220285
Black with #220285
Text Example
Text Example
White with #220285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220285; }
p { color: rgb(34,2,133); }
H1.HeaderClassName
{
color: #220285;
}
.AnyTagClassName
{
color: #220285;
}
</style>
background-color css
<style>
a { background-color: #220285; }
a { background-color: rgb(34,2,133); }
div.DivClassName
{
background-color: #220285;
}
.BgClassName
{
background-color: #220285;
}
</style>
border-color css
<style>
span { border-color: #220285; }
span { border-color: rgb(34,2,133); }
td.TdClassName
{
border-color: #220285;
}
.TagClassName
{
border-color: #220285;
}
</style>