Shades of Persian Indigo #22095F
Tints of Persian Indigo #22095F
RGB
CMYK
RGB Variations
Color information
#22095F (or 0x22095F) is known color: Persian Indigo. HEX triplet: 22, 09 and 5F. RGB value is (34,9,95). Sum of RGB (Red+Green+Blue) = 34+9+95=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 95 (37.5% from 255 or 68.84% from 138); Max value from RGB is 95 - color contains mainly: blue. Hex color #22095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22095F is #DDF6A0. Grayscale: #191919. Windows color (decimal): -14546593 or 6228258. OLE color: 6228258.
HSL color Cylindrical-coordinate representation of color #22095F: hue angle of 257.44º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22095F is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 9 | 95 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.63 |
| HSL | 257.44º | 0.83% | 0.2% | - |
| HSV(B) | 257.44º | 0.91% | 0.37% | - |
| XYZ | 2.82 | 1.36 | 10.94 | - |
| YUV | 26.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 95 | 0.64 | 0.91 | 0 | 0.63 | 257.44 | 0.83 | 0.2 |
| Hex | 22 | 9 | 5F | 40 | 5B | 0 | 3F | 101 | 53 | 14 |
| Octal | 42 | 11 | 137 | 100 | 133 | 0 | 77 | 401 | 123 | 24 |
| Binary | 100010 | 1001 | 1011111 | 1000000 | 1011011 | 0 | 111111 | 100000001 | 1010011 | 10100 |
Color Harmonies of #22095F
Complementary color
Monochromatic Colors of #22095F
Black with #22095F
Text Example
Text Example
White with #22095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22095F; }
p { color: rgb(34,9,95); }
H1.HeaderClassName
{
color: #22095F;
}
.AnyTagClassName
{
color: #22095F;
}
</style>
background-color css
<style>
a { background-color: #22095F; }
a { background-color: rgb(34,9,95); }
div.DivClassName
{
background-color: #22095F;
}
.BgClassName
{
background-color: #22095F;
}
</style>
border-color css
<style>
span { border-color: #22095F; }
span { border-color: rgb(34,9,95); }
td.TdClassName
{
border-color: #22095F;
}
.TagClassName
{
border-color: #22095F;
}
</style>