Shades of Persian Blue #282CD5
Tints of Persian Blue #282CD5
RGB
CMYK
RGB Variations
Color information
#282CD5 (or 0x282CD5) is known color: Persian Blue. HEX triplet: 28, 2C and D5. RGB value is (40,44,213). Sum of RGB (Red+Green+Blue) = 40+44+213=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #282CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CD5 is #D7D32A. Grayscale: #3D3D3D. Windows color (decimal): -14144299 or 13970472. OLE color: 13970472.
HSL color Cylindrical-coordinate representation of color #282CD5: hue angle of 238.61º degrees, saturation: 0.68, 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 #282CD5 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 44 | 213 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.16 |
| HSL | 238.61º | 0.68% | 0.5% | - |
| HSV(B) | 238.61º | 0.81% | 0.84% | - |
| XYZ | 13.79 | 7.06 | 63.59 | - |
| YUV | 62.07 | 213.17 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 213 | 0.81 | 0.79 | 0 | 0.16 | 238.61 | 0.68 | 0.5 |
| Hex | 28 | 2C | D5 | 51 | 4F | 0 | 10 | EF | 44 | 32 |
| Octal | 50 | 54 | 325 | 121 | 117 | 0 | 20 | 357 | 104 | 62 |
| Binary | 101000 | 101100 | 11010101 | 1010001 | 1001111 | 0 | 10000 | 11101111 | 1000100 | 110010 |
Color Harmonies of #282CD5
Complementary color
Monochromatic Colors of #282CD5
Black with #282CD5
Text Example
Text Example
White with #282CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CD5; }
p { color: rgb(40,44,213); }
H1.HeaderClassName
{
color: #282CD5;
}
.AnyTagClassName
{
color: #282CD5;
}
</style>
background-color css
<style>
a { background-color: #282CD5; }
a { background-color: rgb(40,44,213); }
div.DivClassName
{
background-color: #282CD5;
}
.BgClassName
{
background-color: #282CD5;
}
</style>
border-color css
<style>
span { border-color: #282CD5; }
span { border-color: rgb(40,44,213); }
td.TdClassName
{
border-color: #282CD5;
}
.TagClassName
{
border-color: #282CD5;
}
</style>