Shades of Persian Blue #2A41AB
Tints of Persian Blue #2A41AB
RGB
CMYK
RGB Variations
Color information
#2A41AB (or 0x2A41AB) is known color: Persian Blue. HEX triplet: 2A, 41 and AB. RGB value is (42,65,171). Sum of RGB (Red+Green+Blue) = 42+65+171=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A41AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A41AB is #D5BE54. Grayscale: #454545. Windows color (decimal): -14007893 or 11223338. OLE color: 11223338.
HSL color Cylindrical-coordinate representation of color #2A41AB: hue angle of 229.3º 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 #2A41AB is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 65 | 171 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.33 |
| HSL | 229.3º | 0.61% | 0.42% | - |
| HSV(B) | 229.3º | 0.75% | 0.67% | - |
| XYZ | 10.2 | 7.21 | 39.38 | - |
| YUV | 70.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 171 | 0.75 | 0.62 | 0 | 0.33 | 229.3 | 0.61 | 0.42 |
| Hex | 2A | 41 | AB | 4B | 3E | 0 | 21 | E5 | 3D | 2A |
| Octal | 52 | 101 | 253 | 113 | 76 | 0 | 41 | 345 | 75 | 52 |
| Binary | 101010 | 1000001 | 10101011 | 1001011 | 111110 | 0 | 100001 | 11100101 | 111101 | 101010 |
Color Harmonies of #2A41AB
Complementary color
Monochromatic Colors of #2A41AB
Black with #2A41AB
Text Example
Text Example
White with #2A41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A41AB; }
p { color: rgb(42,65,171); }
H1.HeaderClassName
{
color: #2A41AB;
}
.AnyTagClassName
{
color: #2A41AB;
}
</style>
background-color css
<style>
a { background-color: #2A41AB; }
a { background-color: rgb(42,65,171); }
div.DivClassName
{
background-color: #2A41AB;
}
.BgClassName
{
background-color: #2A41AB;
}
</style>
border-color css
<style>
span { border-color: #2A41AB; }
span { border-color: rgb(42,65,171); }
td.TdClassName
{
border-color: #2A41AB;
}
.TagClassName
{
border-color: #2A41AB;
}
</style>