Shades of Persian Indigo #22037F
Tints of Persian Indigo #22037F
RGB
CMYK
RGB Variations
Color information
#22037F (or 0x22037F) is known color: Persian Indigo. HEX triplet: 22, 03 and 7F. RGB value is (34,3,127). Sum of RGB (Red+Green+Blue) = 34+3+127=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 127 (50% from 255 or 77.44% from 164); Max value from RGB is 127 - color contains mainly: blue. Hex color #22037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22037F is #DDFC80. Grayscale: #191919. Windows color (decimal): -14548097 or 8323874. OLE color: 8323874.
HSL color Cylindrical-coordinate representation of color #22037F: hue angle of 255º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22037F is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 3 | 127 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.50 |
| HSL | 255º | 0.95% | 0.25% | - |
| HSV(B) | 255º | 0.98% | 0.5% | - |
| XYZ | 4.52 | 1.94 | 20.21 | - |
| YUV | 26.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 127 | 0.73 | 0.98 | 0 | 0.50 | 255 | 0.95 | 0.25 |
| Hex | 22 | 3 | 7F | 49 | 62 | 0 | 32 | FF | 5F | 19 |
| Octal | 42 | 3 | 177 | 111 | 142 | 0 | 62 | 377 | 137 | 31 |
| Binary | 100010 | 11 | 1111111 | 1001001 | 1100010 | 0 | 110010 | 11111111 | 1011111 | 11001 |
Color Harmonies of #22037F
Complementary color
Monochromatic Colors of #22037F
Black with #22037F
Text Example
Text Example
White with #22037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22037F; }
p { color: rgb(34,3,127); }
H1.HeaderClassName
{
color: #22037F;
}
.AnyTagClassName
{
color: #22037F;
}
</style>
background-color css
<style>
a { background-color: #22037F; }
a { background-color: rgb(34,3,127); }
div.DivClassName
{
background-color: #22037F;
}
.BgClassName
{
background-color: #22037F;
}
</style>
border-color css
<style>
span { border-color: #22037F; }
span { border-color: rgb(34,3,127); }
td.TdClassName
{
border-color: #22037F;
}
.TagClassName
{
border-color: #22037F;
}
</style>