Shades of Persian Blue #2A40B1
Tints of Persian Blue #2A40B1
RGB
CMYK
RGB Variations
Color information
#2A40B1 (or 0x2A40B1) is known color: Persian Blue. HEX triplet: 2A, 40 and B1. RGB value is (42,64,177). Sum of RGB (Red+Green+Blue) = 42+64+177=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #2A40B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A40B1 is #D5BF4E. Grayscale: #454545. Windows color (decimal): -14008143 or 11616298. OLE color: 11616298.
HSL color Cylindrical-coordinate representation of color #2A40B1: hue angle of 230.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A40B1 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 64 | 177 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.31 |
| HSL | 230.22º | 0.62% | 0.43% | - |
| HSV(B) | 230.22º | 0.76% | 0.69% | - |
| XYZ | 10.72 | 7.33 | 42.45 | - |
| YUV | 70.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 177 | 0.76 | 0.64 | 0 | 0.31 | 230.22 | 0.62 | 0.43 |
| Hex | 2A | 40 | B1 | 4C | 40 | 0 | 1F | E6 | 3E | 2B |
| Octal | 52 | 100 | 261 | 114 | 100 | 0 | 37 | 346 | 76 | 53 |
| Binary | 101010 | 1000000 | 10110001 | 1001100 | 1000000 | 0 | 11111 | 11100110 | 111110 | 101011 |
Color Harmonies of #2A40B1
Complementary color
Monochromatic Colors of #2A40B1
Black with #2A40B1
Text Example
Text Example
White with #2A40B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A40B1; }
p { color: rgb(42,64,177); }
H1.HeaderClassName
{
color: #2A40B1;
}
.AnyTagClassName
{
color: #2A40B1;
}
</style>
background-color css
<style>
a { background-color: #2A40B1; }
a { background-color: rgb(42,64,177); }
div.DivClassName
{
background-color: #2A40B1;
}
.BgClassName
{
background-color: #2A40B1;
}
</style>
border-color css
<style>
span { border-color: #2A40B1; }
span { border-color: rgb(42,64,177); }
td.TdClassName
{
border-color: #2A40B1;
}
.TagClassName
{
border-color: #2A40B1;
}
</style>