Shades of Persian Blue #283CC9
Tints of Persian Blue #283CC9
RGB
CMYK
RGB Variations
Color information
#283CC9 (or 0x283CC9) is known color: Persian Blue. HEX triplet: 28, 3C and C9. RGB value is (40,60,201). Sum of RGB (Red+Green+Blue) = 40+60+201=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #283CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CC9 is #D7C336. Grayscale: #454545. Windows color (decimal): -14140215 or 13188136. OLE color: 13188136.
HSL color Cylindrical-coordinate representation of color #283CC9: hue angle of 232.55º 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 #283CC9 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 60 | 201 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.21 |
| HSL | 232.55º | 0.67% | 0.47% | - |
| HSV(B) | 232.55º | 0.8% | 0.79% | - |
| XYZ | 13.03 | 7.9 | 56.1 | - |
| YUV | 70.09 | 201.87 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 201 | 0.80 | 0.70 | 0 | 0.21 | 232.55 | 0.67 | 0.47 |
| Hex | 28 | 3C | C9 | 50 | 46 | 0 | 15 | E9 | 43 | 2F |
| Octal | 50 | 74 | 311 | 120 | 106 | 0 | 25 | 351 | 103 | 57 |
| Binary | 101000 | 111100 | 11001001 | 1010000 | 1000110 | 0 | 10101 | 11101001 | 1000011 | 101111 |
Color Harmonies of #283CC9
Complementary color
Monochromatic Colors of #283CC9
Black with #283CC9
Text Example
Text Example
White with #283CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CC9; }
p { color: rgb(40,60,201); }
H1.HeaderClassName
{
color: #283CC9;
}
.AnyTagClassName
{
color: #283CC9;
}
</style>
background-color css
<style>
a { background-color: #283CC9; }
a { background-color: rgb(40,60,201); }
div.DivClassName
{
background-color: #283CC9;
}
.BgClassName
{
background-color: #283CC9;
}
</style>
border-color css
<style>
span { border-color: #283CC9; }
span { border-color: rgb(40,60,201); }
td.TdClassName
{
border-color: #283CC9;
}
.TagClassName
{
border-color: #283CC9;
}
</style>