Shades of Persian Indigo #22067B
Tints of Persian Indigo #22067B
RGB
CMYK
RGB Variations
Color information
#22067B (or 0x22067B) is known color: Persian Indigo. HEX triplet: 22, 06 and 7B. RGB value is (34,6,123). Sum of RGB (Red+Green+Blue) = 34+6+123=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #22067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22067B is #DDF984. Grayscale: #1B1B1B. Windows color (decimal): -14547333 or 8062498. OLE color: 8062498.
HSL color Cylindrical-coordinate representation of color #22067B: hue angle of 254.36º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22067B is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 6 | 123 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.52 |
| HSL | 254.36º | 0.91% | 0.25% | - |
| HSV(B) | 254.36º | 0.95% | 0.48% | - |
| XYZ | 4.3 | 1.9 | 18.88 | - |
| YUV | 27.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 123 | 0.72 | 0.95 | 0 | 0.52 | 254.36 | 0.91 | 0.25 |
| Hex | 22 | 6 | 7B | 48 | 5F | 0 | 34 | FE | 5B | 19 |
| Octal | 42 | 6 | 173 | 110 | 137 | 0 | 64 | 376 | 133 | 31 |
| Binary | 100010 | 110 | 1111011 | 1001000 | 1011111 | 0 | 110100 | 11111110 | 1011011 | 11001 |
Color Harmonies of #22067B
Complementary color
Monochromatic Colors of #22067B
Black with #22067B
Text Example
Text Example
White with #22067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22067B; }
p { color: rgb(34,6,123); }
H1.HeaderClassName
{
color: #22067B;
}
.AnyTagClassName
{
color: #22067B;
}
</style>
background-color css
<style>
a { background-color: #22067B; }
a { background-color: rgb(34,6,123); }
div.DivClassName
{
background-color: #22067B;
}
.BgClassName
{
background-color: #22067B;
}
</style>
border-color css
<style>
span { border-color: #22067B; }
span { border-color: rgb(34,6,123); }
td.TdClassName
{
border-color: #22067B;
}
.TagClassName
{
border-color: #22067B;
}
</style>