Shades of Persian Indigo #2A036F
Tints of Persian Indigo #2A036F
RGB
CMYK
RGB Variations
Color information
#2A036F (or 0x2A036F) is known color: Persian Indigo. HEX triplet: 2A, 03 and 6F. RGB value is (42,3,111). Sum of RGB (Red+Green+Blue) = 42+3+111=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A036F is #D5FC90. Grayscale: #1A1A1A. Windows color (decimal): -14023825 or 7275306. OLE color: 7275306.
HSL color Cylindrical-coordinate representation of color #2A036F: hue angle of 261.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A036F is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 3 | 111 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.56 |
| HSL | 261.67º | 0.95% | 0.22% | - |
| HSV(B) | 261.67º | 0.97% | 0.44% | - |
| XYZ | 3.86 | 1.71 | 15.16 | - |
| YUV | 26.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 111 | 0.62 | 0.97 | 0 | 0.56 | 261.67 | 0.95 | 0.22 |
| Hex | 2A | 3 | 6F | 3E | 61 | 0 | 38 | 106 | 5F | 16 |
| Octal | 52 | 3 | 157 | 76 | 141 | 0 | 70 | 406 | 137 | 26 |
| Binary | 101010 | 11 | 1101111 | 111110 | 1100001 | 0 | 111000 | 100000110 | 1011111 | 10110 |
Color Harmonies of #2A036F
Complementary color
Monochromatic Colors of #2A036F
Black with #2A036F
Text Example
Text Example
White with #2A036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A036F; }
p { color: rgb(42,3,111); }
H1.HeaderClassName
{
color: #2A036F;
}
.AnyTagClassName
{
color: #2A036F;
}
</style>
background-color css
<style>
a { background-color: #2A036F; }
a { background-color: rgb(42,3,111); }
div.DivClassName
{
background-color: #2A036F;
}
.BgClassName
{
background-color: #2A036F;
}
</style>
border-color css
<style>
span { border-color: #2A036F; }
span { border-color: rgb(42,3,111); }
td.TdClassName
{
border-color: #2A036F;
}
.TagClassName
{
border-color: #2A036F;
}
</style>