Shades of Persian Blue #2A41BA
Tints of Persian Blue #2A41BA
RGB
CMYK
RGB Variations
Color information
#2A41BA (or 0x2A41BA) is known color: Persian Blue. HEX triplet: 2A, 41 and BA. RGB value is (42,65,186). Sum of RGB (Red+Green+Blue) = 42+65+186=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A41BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A41BA is #D5BE45. Grayscale: #474747. Windows color (decimal): -14007878 or 12206378. OLE color: 12206378.
HSL color Cylindrical-coordinate representation of color #2A41BA: hue angle of 230.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A41BA is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 65 | 186 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.27 |
| HSL | 230.42º | 0.63% | 0.45% | - |
| HSV(B) | 230.42º | 0.77% | 0.73% | - |
| XYZ | 11.71 | 7.82 | 47.35 | - |
| YUV | 71.92 | 192.38 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 186 | 0.77 | 0.65 | 0 | 0.27 | 230.42 | 0.63 | 0.45 |
| Hex | 2A | 41 | BA | 4D | 41 | 0 | 1B | E6 | 3F | 2D |
| Octal | 52 | 101 | 272 | 115 | 101 | 0 | 33 | 346 | 77 | 55 |
| Binary | 101010 | 1000001 | 10111010 | 1001101 | 1000001 | 0 | 11011 | 11100110 | 111111 | 101101 |
Color Harmonies of #2A41BA
Complementary color
Monochromatic Colors of #2A41BA
Black with #2A41BA
Text Example
Text Example
White with #2A41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A41BA; }
p { color: rgb(42,65,186); }
H1.HeaderClassName
{
color: #2A41BA;
}
.AnyTagClassName
{
color: #2A41BA;
}
</style>
background-color css
<style>
a { background-color: #2A41BA; }
a { background-color: rgb(42,65,186); }
div.DivClassName
{
background-color: #2A41BA;
}
.BgClassName
{
background-color: #2A41BA;
}
</style>
border-color css
<style>
span { border-color: #2A41BA; }
span { border-color: rgb(42,65,186); }
td.TdClassName
{
border-color: #2A41BA;
}
.TagClassName
{
border-color: #2A41BA;
}
</style>