Shades of Persian Blue #2E21C1
Tints of Persian Blue #2E21C1
RGB
CMYK
RGB Variations
Color information
#2E21C1 (or 0x2E21C1) is known color: Persian Blue. HEX triplet: 2E, 21 and C1. RGB value is (46,33,193). Sum of RGB (Red+Green+Blue) = 46+33+193=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E21C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21C1 is #D1DE3E. Grayscale: #363636. Windows color (decimal): -13753919 or 12656942. OLE color: 12656942.
HSL color Cylindrical-coordinate representation of color #2E21C1: hue angle of 244.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E21C1 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 33 | 193 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.24 |
| HSL | 244.88º | 0.71% | 0.44% | - |
| HSV(B) | 244.88º | 0.83% | 0.76% | - |
| XYZ | 11.3 | 5.52 | 50.92 | - |
| YUV | 55.13 | 205.81 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 193 | 0.76 | 0.83 | 0 | 0.24 | 244.88 | 0.71 | 0.44 |
| Hex | 2E | 21 | C1 | 4C | 53 | 0 | 18 | F5 | 47 | 2C |
| Octal | 56 | 41 | 301 | 114 | 123 | 0 | 30 | 365 | 107 | 54 |
| Binary | 101110 | 100001 | 11000001 | 1001100 | 1010011 | 0 | 11000 | 11110101 | 1000111 | 101100 |
Color Harmonies of #2E21C1
Complementary color
Monochromatic Colors of #2E21C1
Black with #2E21C1
Text Example
Text Example
White with #2E21C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E21C1; }
p { color: rgb(46,33,193); }
H1.HeaderClassName
{
color: #2E21C1;
}
.AnyTagClassName
{
color: #2E21C1;
}
</style>
background-color css
<style>
a { background-color: #2E21C1; }
a { background-color: rgb(46,33,193); }
div.DivClassName
{
background-color: #2E21C1;
}
.BgClassName
{
background-color: #2E21C1;
}
</style>
border-color css
<style>
span { border-color: #2E21C1; }
span { border-color: rgb(46,33,193); }
td.TdClassName
{
border-color: #2E21C1;
}
.TagClassName
{
border-color: #2E21C1;
}
</style>