Shades of Persian Blue #2E2AA2
Tints of Persian Blue #2E2AA2
RGB
CMYK
RGB Variations
Color information
#2E2AA2 (or 0x2E2AA2) is known color: Persian Blue. HEX triplet: 2E, 2A and A2. RGB value is (46,42,162). Sum of RGB (Red+Green+Blue) = 46+42+162=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E2AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2AA2 is #D1D55D. Grayscale: #383838. Windows color (decimal): -13751646 or 10627630. OLE color: 10627630.
HSL color Cylindrical-coordinate representation of color #2E2AA2: hue angle of 242º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E2AA2 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 42 | 162 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.36 |
| HSL | 242º | 0.59% | 0.4% | - |
| HSV(B) | 242º | 0.74% | 0.64% | - |
| XYZ | 8.48 | 4.85 | 34.67 | - |
| YUV | 56.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 162 | 0.72 | 0.74 | 0 | 0.36 | 242 | 0.59 | 0.4 |
| Hex | 2E | 2A | A2 | 48 | 4A | 0 | 24 | F2 | 3B | 28 |
| Octal | 56 | 52 | 242 | 110 | 112 | 0 | 44 | 362 | 73 | 50 |
| Binary | 101110 | 101010 | 10100010 | 1001000 | 1001010 | 0 | 100100 | 11110010 | 111011 | 101000 |
Color Harmonies of #2E2AA2
Complementary color
Monochromatic Colors of #2E2AA2
Black with #2E2AA2
Text Example
Text Example
White with #2E2AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2AA2; }
p { color: rgb(46,42,162); }
H1.HeaderClassName
{
color: #2E2AA2;
}
.AnyTagClassName
{
color: #2E2AA2;
}
</style>
background-color css
<style>
a { background-color: #2E2AA2; }
a { background-color: rgb(46,42,162); }
div.DivClassName
{
background-color: #2E2AA2;
}
.BgClassName
{
background-color: #2E2AA2;
}
</style>
border-color css
<style>
span { border-color: #2E2AA2; }
span { border-color: rgb(46,42,162); }
td.TdClassName
{
border-color: #2E2AA2;
}
.TagClassName
{
border-color: #2E2AA2;
}
</style>