Shades of Persian Blue #282CC9
Tints of Persian Blue #282CC9
RGB
CMYK
RGB Variations
Color information
#282CC9 (or 0x282CC9) is known color: Persian Blue. HEX triplet: 28, 2C and C9. RGB value is (40,44,201). Sum of RGB (Red+Green+Blue) = 40+44+201=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #282CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CC9 is #D7D336. Grayscale: #3C3C3C. Windows color (decimal): -14144311 or 13184040. OLE color: 13184040.
HSL color Cylindrical-coordinate representation of color #282CC9: hue angle of 238.51º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #282CC9 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 44 | 201 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.21 |
| HSL | 238.51º | 0.67% | 0.47% | - |
| HSV(B) | 238.51º | 0.8% | 0.79% | - |
| XYZ | 12.32 | 6.47 | 55.86 | - |
| YUV | 60.7 | 207.17 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 201 | 0.80 | 0.78 | 0 | 0.21 | 238.51 | 0.67 | 0.47 |
| Hex | 28 | 2C | C9 | 50 | 4E | 0 | 15 | EF | 43 | 2F |
| Octal | 50 | 54 | 311 | 120 | 116 | 0 | 25 | 357 | 103 | 57 |
| Binary | 101000 | 101100 | 11001001 | 1010000 | 1001110 | 0 | 10101 | 11101111 | 1000011 | 101111 |
Color Harmonies of #282CC9
Complementary color
Monochromatic Colors of #282CC9
Black with #282CC9
Text Example
Text Example
White with #282CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CC9; }
p { color: rgb(40,44,201); }
H1.HeaderClassName
{
color: #282CC9;
}
.AnyTagClassName
{
color: #282CC9;
}
</style>
background-color css
<style>
a { background-color: #282CC9; }
a { background-color: rgb(40,44,201); }
div.DivClassName
{
background-color: #282CC9;
}
.BgClassName
{
background-color: #282CC9;
}
</style>
border-color css
<style>
span { border-color: #282CC9; }
span { border-color: rgb(40,44,201); }
td.TdClassName
{
border-color: #282CC9;
}
.TagClassName
{
border-color: #282CC9;
}
</style>