Shades of Persian Blue #2141EA
Tints of Persian Blue #2141EA
RGB
CMYK
RGB Variations
Color information
#2141EA (or 0x2141EA) is known color: Persian Blue. HEX triplet: 21, 41 and EA. RGB value is (33,65,234). Sum of RGB (Red+Green+Blue) = 33+65+234=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #2141EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2141EA is #DEBE15. Grayscale: #494949. Windows color (decimal): -14597654 or 15352097. OLE color: 15352097.
HSL color Cylindrical-coordinate representation of color #2141EA: hue angle of 230.45º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2141EA is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 65 | 234 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.08 |
| HSL | 230.45º | 0.83% | 0.52% | - |
| HSV(B) | 230.45º | 0.86% | 0.92% | - |
| XYZ | 17.37 | 10.04 | 78.87 | - |
| YUV | 74.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 234 | 0.86 | 0.72 | 0 | 0.08 | 230.45 | 0.83 | 0.52 |
| Hex | 21 | 41 | EA | 56 | 48 | 0 | 8 | E6 | 53 | 34 |
| Octal | 41 | 101 | 352 | 126 | 110 | 0 | 10 | 346 | 123 | 64 |
| Binary | 100001 | 1000001 | 11101010 | 1010110 | 1001000 | 0 | 1000 | 11100110 | 1010011 | 110100 |
Color Harmonies of #2141EA
Complementary color
Monochromatic Colors of #2141EA
Black with #2141EA
Text Example
Text Example
White with #2141EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2141EA; }
p { color: rgb(33,65,234); }
H1.HeaderClassName
{
color: #2141EA;
}
.AnyTagClassName
{
color: #2141EA;
}
</style>
background-color css
<style>
a { background-color: #2141EA; }
a { background-color: rgb(33,65,234); }
div.DivClassName
{
background-color: #2141EA;
}
.BgClassName
{
background-color: #2141EA;
}
</style>
border-color css
<style>
span { border-color: #2141EA; }
span { border-color: rgb(33,65,234); }
td.TdClassName
{
border-color: #2141EA;
}
.TagClassName
{
border-color: #2141EA;
}
</style>