Shades of Persian Indigo #2A187F
Tints of Persian Indigo #2A187F
RGB
CMYK
RGB Variations
Color information
#2A187F (or 0x2A187F) is known color: Persian Indigo. HEX triplet: 2A, 18 and 7F. RGB value is (42,24,127). Sum of RGB (Red+Green+Blue) = 42+24+127=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A187F is #D5E780. Grayscale: #282828. Windows color (decimal): -14018433 or 8329258. OLE color: 8329258.
HSL color Cylindrical-coordinate representation of color #2A187F: hue angle of 250.49º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A187F is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 24 | 127 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.50 |
| HSL | 250.49º | 0.68% | 0.3% | - |
| HSV(B) | 250.49º | 0.81% | 0.5% | - |
| XYZ | 5.11 | 2.68 | 20.33 | - |
| YUV | 41.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 127 | 0.67 | 0.81 | 0 | 0.50 | 250.49 | 0.68 | 0.3 |
| Hex | 2A | 18 | 7F | 43 | 51 | 0 | 32 | FA | 44 | 1E |
| Octal | 52 | 30 | 177 | 103 | 121 | 0 | 62 | 372 | 104 | 36 |
| Binary | 101010 | 11000 | 1111111 | 1000011 | 1010001 | 0 | 110010 | 11111010 | 1000100 | 11110 |
Color Harmonies of #2A187F
Complementary color
Monochromatic Colors of #2A187F
Black with #2A187F
Text Example
Text Example
White with #2A187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A187F; }
p { color: rgb(42,24,127); }
H1.HeaderClassName
{
color: #2A187F;
}
.AnyTagClassName
{
color: #2A187F;
}
</style>
background-color css
<style>
a { background-color: #2A187F; }
a { background-color: rgb(42,24,127); }
div.DivClassName
{
background-color: #2A187F;
}
.BgClassName
{
background-color: #2A187F;
}
</style>
border-color css
<style>
span { border-color: #2A187F; }
span { border-color: rgb(42,24,127); }
td.TdClassName
{
border-color: #2A187F;
}
.TagClassName
{
border-color: #2A187F;
}
</style>