Shades of Persian Indigo #2A167E
Tints of Persian Indigo #2A167E
RGB
CMYK
RGB Variations
Color information
#2A167E (or 0x2A167E) is known color: Persian Indigo. HEX triplet: 2A, 16 and 7E. RGB value is (42,22,126). Sum of RGB (Red+Green+Blue) = 42+22+126=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 126 (49.61% from 255 or 66.32% from 190); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A167E is #D5E981. Grayscale: #272727. Windows color (decimal): -14018946 or 8263210. OLE color: 8263210.
HSL color Cylindrical-coordinate representation of color #2A167E: hue angle of 251.54º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A167E is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 22 | 126 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.51 |
| HSL | 251.54º | 0.7% | 0.29% | - |
| HSV(B) | 251.54º | 0.83% | 0.49% | - |
| XYZ | 5.01 | 2.57 | 19.97 | - |
| YUV | 39.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 126 | 0.67 | 0.83 | 0 | 0.51 | 251.54 | 0.7 | 0.29 |
| Hex | 2A | 16 | 7E | 43 | 53 | 0 | 33 | FC | 46 | 1D |
| Octal | 52 | 26 | 176 | 103 | 123 | 0 | 63 | 374 | 106 | 35 |
| Binary | 101010 | 10110 | 1111110 | 1000011 | 1010011 | 0 | 110011 | 11111100 | 1000110 | 11101 |
Color Harmonies of #2A167E
Complementary color
Monochromatic Colors of #2A167E
Black with #2A167E
Text Example
Text Example
White with #2A167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A167E; }
p { color: rgb(42,22,126); }
H1.HeaderClassName
{
color: #2A167E;
}
.AnyTagClassName
{
color: #2A167E;
}
</style>
background-color css
<style>
a { background-color: #2A167E; }
a { background-color: rgb(42,22,126); }
div.DivClassName
{
background-color: #2A167E;
}
.BgClassName
{
background-color: #2A167E;
}
</style>
border-color css
<style>
span { border-color: #2A167E; }
span { border-color: rgb(42,22,126); }
td.TdClassName
{
border-color: #2A167E;
}
.TagClassName
{
border-color: #2A167E;
}
</style>