Shades of Persian Blue #2E21DA
Tints of Persian Blue #2E21DA
RGB
CMYK
RGB Variations
Color information
#2E21DA (or 0x2E21DA) is known color: Persian Blue. HEX triplet: 2E, 21 and DA. RGB value is (46,33,218). Sum of RGB (Red+Green+Blue) = 46+33+218=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E21DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21DA is #D1DE25. Grayscale: #393939. Windows color (decimal): -13753894 or 14295342. OLE color: 14295342.
HSL color Cylindrical-coordinate representation of color #2E21DA: hue angle of 244.22º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E21DA is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 33 | 218 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.15 |
| HSL | 244.22º | 0.74% | 0.49% | - |
| HSV(B) | 244.22º | 0.85% | 0.85% | - |
| XYZ | 14.33 | 6.73 | 66.87 | - |
| YUV | 57.98 | 218.31 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 218 | 0.79 | 0.85 | 0 | 0.15 | 244.22 | 0.74 | 0.49 |
| Hex | 2E | 21 | DA | 4F | 55 | 0 | F | F4 | 4A | 31 |
| Octal | 56 | 41 | 332 | 117 | 125 | 0 | 17 | 364 | 112 | 61 |
| Binary | 101110 | 100001 | 11011010 | 1001111 | 1010101 | 0 | 1111 | 11110100 | 1001010 | 110001 |
Color Harmonies of #2E21DA
Complementary color
Monochromatic Colors of #2E21DA
Black with #2E21DA
Text Example
Text Example
White with #2E21DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E21DA; }
p { color: rgb(46,33,218); }
H1.HeaderClassName
{
color: #2E21DA;
}
.AnyTagClassName
{
color: #2E21DA;
}
</style>
background-color css
<style>
a { background-color: #2E21DA; }
a { background-color: rgb(46,33,218); }
div.DivClassName
{
background-color: #2E21DA;
}
.BgClassName
{
background-color: #2E21DA;
}
</style>
border-color css
<style>
span { border-color: #2E21DA; }
span { border-color: rgb(46,33,218); }
td.TdClassName
{
border-color: #2E21DA;
}
.TagClassName
{
border-color: #2E21DA;
}
</style>