Shades of Persian Blue #283ED1
Tints of Persian Blue #283ED1
RGB
CMYK
RGB Variations
Color information
#283ED1 (or 0x283ED1) is known color: Persian Blue. HEX triplet: 28, 3E and D1. RGB value is (40,62,209). Sum of RGB (Red+Green+Blue) = 40+62+209=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 209 (82.03% from 255 or 67.20% from 311); Max value from RGB is 209 - color contains mainly: blue. Hex color #283ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ED1 is #D7C12E. Grayscale: #474747. Windows color (decimal): -14139695 or 13712936. OLE color: 13712936.
HSL color Cylindrical-coordinate representation of color #283ED1: hue angle of 232.19º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283ED1 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 62 | 209 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.18 |
| HSL | 232.19º | 0.68% | 0.49% | - |
| HSV(B) | 232.19º | 0.81% | 0.82% | - |
| XYZ | 14.11 | 8.5 | 61.22 | - |
| YUV | 72.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 209 | 0.81 | 0.70 | 0 | 0.18 | 232.19 | 0.68 | 0.49 |
| Hex | 28 | 3E | D1 | 51 | 46 | 0 | 12 | E8 | 44 | 31 |
| Octal | 50 | 76 | 321 | 121 | 106 | 0 | 22 | 350 | 104 | 61 |
| Binary | 101000 | 111110 | 11010001 | 1010001 | 1000110 | 0 | 10010 | 11101000 | 1000100 | 110001 |
Color Harmonies of #283ED1
Complementary color
Monochromatic Colors of #283ED1
Black with #283ED1
Text Example
Text Example
White with #283ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ED1; }
p { color: rgb(40,62,209); }
H1.HeaderClassName
{
color: #283ED1;
}
.AnyTagClassName
{
color: #283ED1;
}
</style>
background-color css
<style>
a { background-color: #283ED1; }
a { background-color: rgb(40,62,209); }
div.DivClassName
{
background-color: #283ED1;
}
.BgClassName
{
background-color: #283ED1;
}
</style>
border-color css
<style>
span { border-color: #283ED1; }
span { border-color: rgb(40,62,209); }
td.TdClassName
{
border-color: #283ED1;
}
.TagClassName
{
border-color: #283ED1;
}
</style>