Shades of Persian Blue #283FAF
Tints of Persian Blue #283FAF
RGB
CMYK
RGB Variations
Color information
#283FAF (or 0x283FAF) is known color: Persian Blue. HEX triplet: 28, 3F and AF. RGB value is (40,63,175). Sum of RGB (Red+Green+Blue) = 40+63+175=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #283FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283FAF is #D7C050. Grayscale: #444444. Windows color (decimal): -14139473 or 11484968. OLE color: 11484968.
HSL color Cylindrical-coordinate representation of color #283FAF: hue angle of 229.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283FAF is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 63 | 175 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.31 |
| HSL | 229.78º | 0.63% | 0.42% | - |
| HSV(B) | 229.78º | 0.77% | 0.69% | - |
| XYZ | 10.39 | 7.1 | 41.38 | - |
| YUV | 68.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 175 | 0.77 | 0.64 | 0 | 0.31 | 229.78 | 0.63 | 0.42 |
| Hex | 28 | 3F | AF | 4D | 40 | 0 | 1F | E6 | 3F | 2A |
| Octal | 50 | 77 | 257 | 115 | 100 | 0 | 37 | 346 | 77 | 52 |
| Binary | 101000 | 111111 | 10101111 | 1001101 | 1000000 | 0 | 11111 | 11100110 | 111111 | 101010 |
Color Harmonies of #283FAF
Complementary color
Monochromatic Colors of #283FAF
Black with #283FAF
Text Example
Text Example
White with #283FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FAF; }
p { color: rgb(40,63,175); }
H1.HeaderClassName
{
color: #283FAF;
}
.AnyTagClassName
{
color: #283FAF;
}
</style>
background-color css
<style>
a { background-color: #283FAF; }
a { background-color: rgb(40,63,175); }
div.DivClassName
{
background-color: #283FAF;
}
.BgClassName
{
background-color: #283FAF;
}
</style>
border-color css
<style>
span { border-color: #283FAF; }
span { border-color: rgb(40,63,175); }
td.TdClassName
{
border-color: #283FAF;
}
.TagClassName
{
border-color: #283FAF;
}
</style>