Shades of Persian Blue #282DD6
Tints of Persian Blue #282DD6
RGB
CMYK
RGB Variations
Color information
#282DD6 (or 0x282DD6) is known color: Persian Blue. HEX triplet: 28, 2D and D6. RGB value is (40,45,214). Sum of RGB (Red+Green+Blue) = 40+45+214=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 214 (83.98% from 255 or 71.57% from 299); Max value from RGB is 214 - color contains mainly: blue. Hex color #282DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DD6 is #D7D229. Grayscale: #3E3E3E. Windows color (decimal): -14144042 or 14036264. OLE color: 14036264.
HSL color Cylindrical-coordinate representation of color #282DD6: hue angle of 238.28º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #282DD6 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 45 | 214 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.16 |
| HSL | 238.28º | 0.69% | 0.5% | - |
| HSV(B) | 238.28º | 0.81% | 0.84% | - |
| XYZ | 13.95 | 7.18 | 64.27 | - |
| YUV | 62.77 | 213.34 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 214 | 0.81 | 0.79 | 0 | 0.16 | 238.28 | 0.69 | 0.5 |
| Hex | 28 | 2D | D6 | 51 | 4F | 0 | 10 | EE | 45 | 32 |
| Octal | 50 | 55 | 326 | 121 | 117 | 0 | 20 | 356 | 105 | 62 |
| Binary | 101000 | 101101 | 11010110 | 1010001 | 1001111 | 0 | 10000 | 11101110 | 1000101 | 110010 |
Color Harmonies of #282DD6
Complementary color
Monochromatic Colors of #282DD6
Black with #282DD6
Text Example
Text Example
White with #282DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DD6; }
p { color: rgb(40,45,214); }
H1.HeaderClassName
{
color: #282DD6;
}
.AnyTagClassName
{
color: #282DD6;
}
</style>
background-color css
<style>
a { background-color: #282DD6; }
a { background-color: rgb(40,45,214); }
div.DivClassName
{
background-color: #282DD6;
}
.BgClassName
{
background-color: #282DD6;
}
</style>
border-color css
<style>
span { border-color: #282DD6; }
span { border-color: rgb(40,45,214); }
td.TdClassName
{
border-color: #282DD6;
}
.TagClassName
{
border-color: #282DD6;
}
</style>