Shades of Persian Blue #2823E1
Tints of Persian Blue #2823E1
RGB
CMYK
RGB Variations
Color information
#2823E1 (or 0x2823E1) is known color: Persian Blue. HEX triplet: 28, 23 and E1. RGB value is (40,35,225). Sum of RGB (Red+Green+Blue) = 40+35+225=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #2823E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823E1 is #D7DC1E. Grayscale: #393939. Windows color (decimal): -14146591 or 14754600. OLE color: 14754600.
HSL color Cylindrical-coordinate representation of color #2823E1: hue angle of 241.58º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2823E1 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 35 | 225 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.12 |
| HSL | 241.58º | 0.76% | 0.51% | - |
| HSV(B) | 241.58º | 0.84% | 0.88% | - |
| XYZ | 15.07 | 7.09 | 71.81 | - |
| YUV | 58.16 | 222.16 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 225 | 0.82 | 0.84 | 0 | 0.12 | 241.58 | 0.76 | 0.51 |
| Hex | 28 | 23 | E1 | 52 | 54 | 0 | C | F2 | 4C | 33 |
| Octal | 50 | 43 | 341 | 122 | 124 | 0 | 14 | 362 | 114 | 63 |
| Binary | 101000 | 100011 | 11100001 | 1010010 | 1010100 | 0 | 1100 | 11110010 | 1001100 | 110011 |
Color Harmonies of #2823E1
Complementary color
Monochromatic Colors of #2823E1
Black with #2823E1
Text Example
Text Example
White with #2823E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823E1; }
p { color: rgb(40,35,225); }
H1.HeaderClassName
{
color: #2823E1;
}
.AnyTagClassName
{
color: #2823E1;
}
</style>
background-color css
<style>
a { background-color: #2823E1; }
a { background-color: rgb(40,35,225); }
div.DivClassName
{
background-color: #2823E1;
}
.BgClassName
{
background-color: #2823E1;
}
</style>
border-color css
<style>
span { border-color: #2823E1; }
span { border-color: rgb(40,35,225); }
td.TdClassName
{
border-color: #2823E1;
}
.TagClassName
{
border-color: #2823E1;
}
</style>