Shades of Persian Blue #2A41BE
Tints of Persian Blue #2A41BE
RGB
CMYK
RGB Variations
Color information
#2A41BE (or 0x2A41BE) is known color: Persian Blue. HEX triplet: 2A, 41 and BE. RGB value is (42,65,190). Sum of RGB (Red+Green+Blue) = 42+65+190=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A41BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A41BE is #D5BE41. Grayscale: #474747. Windows color (decimal): -14007874 or 12468522. OLE color: 12468522.
HSL color Cylindrical-coordinate representation of color #2A41BE: hue angle of 230.68º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A41BE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 65 | 190 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.25 |
| HSL | 230.68º | 0.64% | 0.45% | - |
| HSV(B) | 230.68º | 0.78% | 0.75% | - |
| XYZ | 12.14 | 7.99 | 49.62 | - |
| YUV | 72.37 | 194.38 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 190 | 0.78 | 0.66 | 0 | 0.25 | 230.68 | 0.64 | 0.45 |
| Hex | 2A | 41 | BE | 4E | 42 | 0 | 19 | E7 | 40 | 2D |
| Octal | 52 | 101 | 276 | 116 | 102 | 0 | 31 | 347 | 100 | 55 |
| Binary | 101010 | 1000001 | 10111110 | 1001110 | 1000010 | 0 | 11001 | 11100111 | 1000000 | 101101 |
Color Harmonies of #2A41BE
Complementary color
Monochromatic Colors of #2A41BE
Black with #2A41BE
Text Example
Text Example
White with #2A41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A41BE; }
p { color: rgb(42,65,190); }
H1.HeaderClassName
{
color: #2A41BE;
}
.AnyTagClassName
{
color: #2A41BE;
}
</style>
background-color css
<style>
a { background-color: #2A41BE; }
a { background-color: rgb(42,65,190); }
div.DivClassName
{
background-color: #2A41BE;
}
.BgClassName
{
background-color: #2A41BE;
}
</style>
border-color css
<style>
span { border-color: #2A41BE; }
span { border-color: rgb(42,65,190); }
td.TdClassName
{
border-color: #2A41BE;
}
.TagClassName
{
border-color: #2A41BE;
}
</style>