Shades of Persian Indigo #2A248B
Tints of Persian Indigo #2A248B
RGB
CMYK
RGB Variations
Color information
#2A248B (or 0x2A248B) is known color: Persian Indigo. HEX triplet: 2A, 24 and 8B. RGB value is (42,36,139). Sum of RGB (Red+Green+Blue) = 42+36+139=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A248B is #D5DB74. Grayscale: #313131. Windows color (decimal): -14015349 or 9118762. OLE color: 9118762.
HSL color Cylindrical-coordinate representation of color #2A248B: hue angle of 243.5º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A248B is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 36 | 139 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.45 |
| HSL | 243.5º | 0.59% | 0.34% | - |
| HSV(B) | 243.5º | 0.74% | 0.55% | - |
| XYZ | 6.25 | 3.62 | 24.8 | - |
| YUV | 49.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 139 | 0.70 | 0.74 | 0 | 0.45 | 243.5 | 0.59 | 0.34 |
| Hex | 2A | 24 | 8B | 46 | 4A | 0 | 2D | F3 | 3B | 22 |
| Octal | 52 | 44 | 213 | 106 | 112 | 0 | 55 | 363 | 73 | 42 |
| Binary | 101010 | 100100 | 10001011 | 1000110 | 1001010 | 0 | 101101 | 11110011 | 111011 | 100010 |
Color Harmonies of #2A248B
Complementary color
Monochromatic Colors of #2A248B
Black with #2A248B
Text Example
Text Example
White with #2A248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A248B; }
p { color: rgb(42,36,139); }
H1.HeaderClassName
{
color: #2A248B;
}
.AnyTagClassName
{
color: #2A248B;
}
</style>
background-color css
<style>
a { background-color: #2A248B; }
a { background-color: rgb(42,36,139); }
div.DivClassName
{
background-color: #2A248B;
}
.BgClassName
{
background-color: #2A248B;
}
</style>
border-color css
<style>
span { border-color: #2A248B; }
span { border-color: rgb(42,36,139); }
td.TdClassName
{
border-color: #2A248B;
}
.TagClassName
{
border-color: #2A248B;
}
</style>