Shades of Persian Blue #2E21B1
Tints of Persian Blue #2E21B1
RGB
CMYK
RGB Variations
Color information
#2E21B1 (or 0x2E21B1) is known color: Persian Blue. HEX triplet: 2E, 21 and B1. RGB value is (46,33,177). Sum of RGB (Red+Green+Blue) = 46+33+177=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E21B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E21B1 is #D1DE4E. Grayscale: #343434. Windows color (decimal): -13753935 or 11608366. OLE color: 11608366.
HSL color Cylindrical-coordinate representation of color #2E21B1: hue angle of 245.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E21B1 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 33 | 177 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.31 |
| HSL | 245.42º | 0.69% | 0.41% | - |
| HSV(B) | 245.42º | 0.81% | 0.69% | - |
| XYZ | 9.61 | 4.84 | 42.02 | - |
| YUV | 53.3 | 197.81 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 177 | 0.74 | 0.81 | 0 | 0.31 | 245.42 | 0.69 | 0.41 |
| Hex | 2E | 21 | B1 | 4A | 51 | 0 | 1F | F5 | 45 | 29 |
| Octal | 56 | 41 | 261 | 112 | 121 | 0 | 37 | 365 | 105 | 51 |
| Binary | 101110 | 100001 | 10110001 | 1001010 | 1010001 | 0 | 11111 | 11110101 | 1000101 | 101001 |
Color Harmonies of #2E21B1
Complementary color
Monochromatic Colors of #2E21B1
Black with #2E21B1
Text Example
Text Example
White with #2E21B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E21B1; }
p { color: rgb(46,33,177); }
H1.HeaderClassName
{
color: #2E21B1;
}
.AnyTagClassName
{
color: #2E21B1;
}
</style>
background-color css
<style>
a { background-color: #2E21B1; }
a { background-color: rgb(46,33,177); }
div.DivClassName
{
background-color: #2E21B1;
}
.BgClassName
{
background-color: #2E21B1;
}
</style>
border-color css
<style>
span { border-color: #2E21B1; }
span { border-color: rgb(46,33,177); }
td.TdClassName
{
border-color: #2E21B1;
}
.TagClassName
{
border-color: #2E21B1;
}
</style>