Shades of Free Speech Blue #403ED5
Tints of Free Speech Blue #403ED5
RGB
CMYK
RGB Variations
Color information
#403ED5 (or 0x403ED5) is known color: Free Speech Blue. HEX triplet: 40, 3E and D5. RGB value is (64,62,213). Sum of RGB (Red+Green+Blue) = 64+62+213=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 213 (83.59% from 255 or 62.83% from 339); Max value from RGB is 213 - color contains mainly: blue. Hex color #403ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ED5 is #BFC12A. Grayscale: #4F4F4F. Windows color (decimal): -12566827 or 13975104. OLE color: 13975104.
HSL color Cylindrical-coordinate representation of color #403ED5: hue angle of 240.79º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403ED5 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 62 | 213 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.16 |
| HSL | 240.79º | 0.64% | 0.54% | - |
| HSV(B) | 240.79º | 0.71% | 0.84% | - |
| XYZ | 15.85 | 9.34 | 63.92 | - |
| YUV | 79.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 213 | 0.70 | 0.71 | 0 | 0.16 | 240.79 | 0.64 | 0.54 |
| Hex | 40 | 3E | D5 | 46 | 47 | 0 | 10 | F1 | 40 | 36 |
| Octal | 100 | 76 | 325 | 106 | 107 | 0 | 20 | 361 | 100 | 66 |
| Binary | 1000000 | 111110 | 11010101 | 1000110 | 1000111 | 0 | 10000 | 11110001 | 1000000 | 110110 |
Color Harmonies of #403ED5
Complementary color
Monochromatic Colors of #403ED5
Black with #403ED5
Text Example
Text Example
White with #403ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ED5; }
p { color: rgb(64,62,213); }
H1.HeaderClassName
{
color: #403ED5;
}
.AnyTagClassName
{
color: #403ED5;
}
</style>
background-color css
<style>
a { background-color: #403ED5; }
a { background-color: rgb(64,62,213); }
div.DivClassName
{
background-color: #403ED5;
}
.BgClassName
{
background-color: #403ED5;
}
</style>
border-color css
<style>
span { border-color: #403ED5; }
span { border-color: rgb(64,62,213); }
td.TdClassName
{
border-color: #403ED5;
}
.TagClassName
{
border-color: #403ED5;
}
</style>