Shades of Free Speech Blue #403ED1
Tints of Free Speech Blue #403ED1
RGB
CMYK
RGB Variations
Color information
#403ED1 (or 0x403ED1) is known color: Free Speech Blue. HEX triplet: 40, 3E and D1. RGB value is (64,62,209). Sum of RGB (Red+Green+Blue) = 64+62+209=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #403ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ED1 is #BFC12E. Grayscale: #4E4E4E. Windows color (decimal): -12566831 or 13712960. OLE color: 13712960.
HSL color Cylindrical-coordinate representation of color #403ED1: hue angle of 240.82º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403ED1 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 62 | 209 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.18 |
| HSL | 240.82º | 0.62% | 0.53% | - |
| HSV(B) | 240.82º | 0.7% | 0.82% | - |
| XYZ | 15.35 | 9.14 | 61.28 | - |
| YUV | 79.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 209 | 0.69 | 0.70 | 0 | 0.18 | 240.82 | 0.62 | 0.53 |
| Hex | 40 | 3E | D1 | 45 | 46 | 0 | 12 | F1 | 3E | 35 |
| Octal | 100 | 76 | 321 | 105 | 106 | 0 | 22 | 361 | 76 | 65 |
| Binary | 1000000 | 111110 | 11010001 | 1000101 | 1000110 | 0 | 10010 | 11110001 | 111110 | 110101 |
Color Harmonies of #403ED1
Complementary color
Monochromatic Colors of #403ED1
Black with #403ED1
Text Example
Text Example
White with #403ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ED1; }
p { color: rgb(64,62,209); }
H1.HeaderClassName
{
color: #403ED1;
}
.AnyTagClassName
{
color: #403ED1;
}
</style>
background-color css
<style>
a { background-color: #403ED1; }
a { background-color: rgb(64,62,209); }
div.DivClassName
{
background-color: #403ED1;
}
.BgClassName
{
background-color: #403ED1;
}
</style>
border-color css
<style>
span { border-color: #403ED1; }
span { border-color: rgb(64,62,209); }
td.TdClassName
{
border-color: #403ED1;
}
.TagClassName
{
border-color: #403ED1;
}
</style>