Shades of Persian Blue #283FE5
Tints of Persian Blue #283FE5
RGB
CMYK
RGB Variations
Color information
#283FE5 (or 0x283FE5) is known color: Persian Blue. HEX triplet: 28, 3F and E5. RGB value is (40,63,229). Sum of RGB (Red+Green+Blue) = 40+63+229=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #283FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FE5 is #D7C01A. Grayscale: #4A4A4A. Windows color (decimal): -14139419 or 15023912. OLE color: 15023912.
HSL color Cylindrical-coordinate representation of color #283FE5: hue angle of 232.7º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #283FE5 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 63 | 229 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.10 |
| HSL | 232.7º | 0.78% | 0.53% | - |
| HSV(B) | 232.7º | 0.83% | 0.9% | - |
| XYZ | 16.8 | 9.66 | 75.11 | - |
| YUV | 75.05 | 214.88 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 229 | 0.83 | 0.72 | 0 | 0.10 | 232.7 | 0.78 | 0.53 |
| Hex | 28 | 3F | E5 | 53 | 48 | 0 | A | E9 | 4E | 35 |
| Octal | 50 | 77 | 345 | 123 | 110 | 0 | 12 | 351 | 116 | 65 |
| Binary | 101000 | 111111 | 11100101 | 1010011 | 1001000 | 0 | 1010 | 11101001 | 1001110 | 110101 |
Color Harmonies of #283FE5
Complementary color
Monochromatic Colors of #283FE5
Black with #283FE5
Text Example
Text Example
White with #283FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FE5; }
p { color: rgb(40,63,229); }
H1.HeaderClassName
{
color: #283FE5;
}
.AnyTagClassName
{
color: #283FE5;
}
</style>
background-color css
<style>
a { background-color: #283FE5; }
a { background-color: rgb(40,63,229); }
div.DivClassName
{
background-color: #283FE5;
}
.BgClassName
{
background-color: #283FE5;
}
</style>
border-color css
<style>
span { border-color: #283FE5; }
span { border-color: rgb(40,63,229); }
td.TdClassName
{
border-color: #283FE5;
}
.TagClassName
{
border-color: #283FE5;
}
</style>