Shades of Persian Indigo #2A136D
Tints of Persian Indigo #2A136D
RGB
CMYK
RGB Variations
Color information
#2A136D (or 0x2A136D) is known color: Persian Indigo. HEX triplet: 2A, 13 and 6D. RGB value is (42,19,109). Sum of RGB (Red+Green+Blue) = 42+19+109=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A136D is #D5EC92. Grayscale: #232323. Windows color (decimal): -14019731 or 7148330. OLE color: 7148330.
HSL color Cylindrical-coordinate representation of color #2A136D: hue angle of 255.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A136D is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 19 | 109 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.57 |
| HSL | 255.33º | 0.7% | 0.25% | - |
| HSV(B) | 255.33º | 0.83% | 0.43% | - |
| XYZ | 3.95 | 2.06 | 14.66 | - |
| YUV | 36.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 109 | 0.61 | 0.83 | 0 | 0.57 | 255.33 | 0.7 | 0.25 |
| Hex | 2A | 13 | 6D | 3D | 53 | 0 | 39 | FF | 46 | 19 |
| Octal | 52 | 23 | 155 | 75 | 123 | 0 | 71 | 377 | 106 | 31 |
| Binary | 101010 | 10011 | 1101101 | 111101 | 1010011 | 0 | 111001 | 11111111 | 1000110 | 11001 |
Color Harmonies of #2A136D
Complementary color
Monochromatic Colors of #2A136D
Black with #2A136D
Text Example
Text Example
White with #2A136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A136D; }
p { color: rgb(42,19,109); }
H1.HeaderClassName
{
color: #2A136D;
}
.AnyTagClassName
{
color: #2A136D;
}
</style>
background-color css
<style>
a { background-color: #2A136D; }
a { background-color: rgb(42,19,109); }
div.DivClassName
{
background-color: #2A136D;
}
.BgClassName
{
background-color: #2A136D;
}
</style>
border-color css
<style>
span { border-color: #2A136D; }
span { border-color: rgb(42,19,109); }
td.TdClassName
{
border-color: #2A136D;
}
.TagClassName
{
border-color: #2A136D;
}
</style>