Shades of Persian Blue #2A40AB
Tints of Persian Blue #2A40AB
RGB
CMYK
RGB Variations
Color information
#2A40AB (or 0x2A40AB) is known color: Persian Blue. HEX triplet: 2A, 40 and AB. RGB value is (42,64,171). Sum of RGB (Red+Green+Blue) = 42+64+171=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A40AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A40AB is #D5BF54. Grayscale: #454545. Windows color (decimal): -14008149 or 11223082. OLE color: 11223082.
HSL color Cylindrical-coordinate representation of color #2A40AB: hue angle of 229.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A40AB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 64 | 171 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.33 |
| HSL | 229.77º | 0.61% | 0.42% | - |
| HSV(B) | 229.77º | 0.75% | 0.67% | - |
| XYZ | 10.14 | 7.1 | 39.36 | - |
| YUV | 69.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 171 | 0.75 | 0.63 | 0 | 0.33 | 229.77 | 0.61 | 0.42 |
| Hex | 2A | 40 | AB | 4B | 3F | 0 | 21 | E6 | 3D | 2A |
| Octal | 52 | 100 | 253 | 113 | 77 | 0 | 41 | 346 | 75 | 52 |
| Binary | 101010 | 1000000 | 10101011 | 1001011 | 111111 | 0 | 100001 | 11100110 | 111101 | 101010 |
Color Harmonies of #2A40AB
Complementary color
Monochromatic Colors of #2A40AB
Black with #2A40AB
Text Example
Text Example
White with #2A40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A40AB; }
p { color: rgb(42,64,171); }
H1.HeaderClassName
{
color: #2A40AB;
}
.AnyTagClassName
{
color: #2A40AB;
}
</style>
background-color css
<style>
a { background-color: #2A40AB; }
a { background-color: rgb(42,64,171); }
div.DivClassName
{
background-color: #2A40AB;
}
.BgClassName
{
background-color: #2A40AB;
}
</style>
border-color css
<style>
span { border-color: #2A40AB; }
span { border-color: rgb(42,64,171); }
td.TdClassName
{
border-color: #2A40AB;
}
.TagClassName
{
border-color: #2A40AB;
}
</style>