Shades of Persian Blue #283AE1
Tints of Persian Blue #283AE1
RGB
CMYK
RGB Variations
Color information
#283AE1 (or 0x283AE1) is known color: Persian Blue. HEX triplet: 28, 3A and E1. RGB value is (40,58,225). Sum of RGB (Red+Green+Blue) = 40+58+225=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #283AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283AE1 is #D7C51E. Grayscale: #464646. Windows color (decimal): -14140703 or 14760488. OLE color: 14760488.
HSL color Cylindrical-coordinate representation of color #283AE1: hue angle of 234.16º 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 #283AE1 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 58 | 225 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.12 |
| HSL | 234.16º | 0.76% | 0.52% | - |
| HSV(B) | 234.16º | 0.82% | 0.88% | - |
| XYZ | 15.98 | 8.91 | 72.11 | - |
| YUV | 71.66 | 214.54 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 225 | 0.82 | 0.74 | 0 | 0.12 | 234.16 | 0.76 | 0.52 |
| Hex | 28 | 3A | E1 | 52 | 4A | 0 | C | EA | 4C | 34 |
| Octal | 50 | 72 | 341 | 122 | 112 | 0 | 14 | 352 | 114 | 64 |
| Binary | 101000 | 111010 | 11100001 | 1010010 | 1001010 | 0 | 1100 | 11101010 | 1001100 | 110100 |
Color Harmonies of #283AE1
Complementary color
Monochromatic Colors of #283AE1
Black with #283AE1
Text Example
Text Example
White with #283AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AE1; }
p { color: rgb(40,58,225); }
H1.HeaderClassName
{
color: #283AE1;
}
.AnyTagClassName
{
color: #283AE1;
}
</style>
background-color css
<style>
a { background-color: #283AE1; }
a { background-color: rgb(40,58,225); }
div.DivClassName
{
background-color: #283AE1;
}
.BgClassName
{
background-color: #283AE1;
}
</style>
border-color css
<style>
span { border-color: #283AE1; }
span { border-color: rgb(40,58,225); }
td.TdClassName
{
border-color: #283AE1;
}
.TagClassName
{
border-color: #283AE1;
}
</style>