Shades of Persian Blue #2A40CE
Tints of Persian Blue #2A40CE
RGB
CMYK
RGB Variations
Color information
#2A40CE (or 0x2A40CE) is known color: Persian Blue. HEX triplet: 2A, 40 and CE. RGB value is (42,64,206). Sum of RGB (Red+Green+Blue) = 42+64+206=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A40CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A40CE is #D5BF31. Grayscale: #494949. Windows color (decimal): -14008114 or 13516842. OLE color: 13516842.
HSL color Cylindrical-coordinate representation of color #2A40CE: hue angle of 231.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A40CE is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 64 | 206 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.19 |
| HSL | 231.95º | 0.66% | 0.49% | - |
| HSV(B) | 231.95º | 0.8% | 0.81% | - |
| XYZ | 13.93 | 8.62 | 59.32 | - |
| YUV | 73.61 | 202.71 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 206 | 0.80 | 0.69 | 0 | 0.19 | 231.95 | 0.66 | 0.49 |
| Hex | 2A | 40 | CE | 50 | 45 | 0 | 13 | E8 | 42 | 31 |
| Octal | 52 | 100 | 316 | 120 | 105 | 0 | 23 | 350 | 102 | 61 |
| Binary | 101010 | 1000000 | 11001110 | 1010000 | 1000101 | 0 | 10011 | 11101000 | 1000010 | 110001 |
Color Harmonies of #2A40CE
Complementary color
Monochromatic Colors of #2A40CE
Black with #2A40CE
Text Example
Text Example
White with #2A40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A40CE; }
p { color: rgb(42,64,206); }
H1.HeaderClassName
{
color: #2A40CE;
}
.AnyTagClassName
{
color: #2A40CE;
}
</style>
background-color css
<style>
a { background-color: #2A40CE; }
a { background-color: rgb(42,64,206); }
div.DivClassName
{
background-color: #2A40CE;
}
.BgClassName
{
background-color: #2A40CE;
}
</style>
border-color css
<style>
span { border-color: #2A40CE; }
span { border-color: rgb(42,64,206); }
td.TdClassName
{
border-color: #2A40CE;
}
.TagClassName
{
border-color: #2A40CE;
}
</style>