Shades of Persian Blue #283DB1
Tints of Persian Blue #283DB1
RGB
CMYK
RGB Variations
Color information
#283DB1 (or 0x283DB1) is known color: Persian Blue. HEX triplet: 28, 3D and B1. RGB value is (40,61,177). Sum of RGB (Red+Green+Blue) = 40+61+177=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #283DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DB1 is #D7C24E. Grayscale: #434343. Windows color (decimal): -14139983 or 11615528. OLE color: 11615528.
HSL color Cylindrical-coordinate representation of color #283DB1: hue angle of 230.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283DB1 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 61 | 177 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.31 |
| HSL | 230.8º | 0.63% | 0.43% | - |
| HSV(B) | 230.8º | 0.77% | 0.69% | - |
| XYZ | 10.48 | 6.96 | 42.39 | - |
| YUV | 67.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 177 | 0.77 | 0.66 | 0 | 0.31 | 230.8 | 0.63 | 0.43 |
| Hex | 28 | 3D | B1 | 4D | 42 | 0 | 1F | E7 | 3F | 2B |
| Octal | 50 | 75 | 261 | 115 | 102 | 0 | 37 | 347 | 77 | 53 |
| Binary | 101000 | 111101 | 10110001 | 1001101 | 1000010 | 0 | 11111 | 11100111 | 111111 | 101011 |
Color Harmonies of #283DB1
Complementary color
Monochromatic Colors of #283DB1
Black with #283DB1
Text Example
Text Example
White with #283DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DB1; }
p { color: rgb(40,61,177); }
H1.HeaderClassName
{
color: #283DB1;
}
.AnyTagClassName
{
color: #283DB1;
}
</style>
background-color css
<style>
a { background-color: #283DB1; }
a { background-color: rgb(40,61,177); }
div.DivClassName
{
background-color: #283DB1;
}
.BgClassName
{
background-color: #283DB1;
}
</style>
border-color css
<style>
span { border-color: #283DB1; }
span { border-color: rgb(40,61,177); }
td.TdClassName
{
border-color: #283DB1;
}
.TagClassName
{
border-color: #283DB1;
}
</style>