Shades of Persian Blue #283EE1
Tints of Persian Blue #283EE1
RGB
CMYK
RGB Variations
Color information
#283EE1 (or 0x283EE1) is known color: Persian Blue. HEX triplet: 28, 3E and E1. RGB value is (40,62,225). Sum of RGB (Red+Green+Blue) = 40+62+225=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #283EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EE1 is #D7C11E. Grayscale: #494949. Windows color (decimal): -14139679 or 14761512. OLE color: 14761512.
HSL color Cylindrical-coordinate representation of color #283EE1: hue angle of 232.86º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283EE1 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 62 | 225 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.12 |
| HSL | 232.86º | 0.76% | 0.52% | - |
| HSV(B) | 232.86º | 0.82% | 0.88% | - |
| XYZ | 16.19 | 9.33 | 72.18 | - |
| YUV | 74 | 213.21 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 225 | 0.82 | 0.72 | 0 | 0.12 | 232.86 | 0.76 | 0.52 |
| Hex | 28 | 3E | E1 | 52 | 48 | 0 | C | E9 | 4C | 34 |
| Octal | 50 | 76 | 341 | 122 | 110 | 0 | 14 | 351 | 114 | 64 |
| Binary | 101000 | 111110 | 11100001 | 1010010 | 1001000 | 0 | 1100 | 11101001 | 1001100 | 110100 |
Color Harmonies of #283EE1
Complementary color
Monochromatic Colors of #283EE1
Black with #283EE1
Text Example
Text Example
White with #283EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EE1; }
p { color: rgb(40,62,225); }
H1.HeaderClassName
{
color: #283EE1;
}
.AnyTagClassName
{
color: #283EE1;
}
</style>
background-color css
<style>
a { background-color: #283EE1; }
a { background-color: rgb(40,62,225); }
div.DivClassName
{
background-color: #283EE1;
}
.BgClassName
{
background-color: #283EE1;
}
</style>
border-color css
<style>
span { border-color: #283EE1; }
span { border-color: rgb(40,62,225); }
td.TdClassName
{
border-color: #283EE1;
}
.TagClassName
{
border-color: #283EE1;
}
</style>