Shades of Free Speech Blue #413DD0
Tints of Free Speech Blue #413DD0
RGB
CMYK
RGB Variations
Color information
#413DD0 (or 0x413DD0) is known color: Free Speech Blue. HEX triplet: 41, 3D and D0. RGB value is (65,61,208). Sum of RGB (Red+Green+Blue) = 65+61+208=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #413DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DD0 is #BEC22F. Grayscale: #4E4E4E. Windows color (decimal): -12501552 or 13647169. OLE color: 13647169.
HSL color Cylindrical-coordinate representation of color #413DD0: hue angle of 241.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413DD0 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 61 | 208 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.18 |
| HSL | 241.63º | 0.61% | 0.53% | - |
| HSV(B) | 241.63º | 0.71% | 0.82% | - |
| XYZ | 15.23 | 9.02 | 60.61 | - |
| YUV | 78.95 | 200.83 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 208 | 0.69 | 0.71 | 0 | 0.18 | 241.63 | 0.61 | 0.53 |
| Hex | 41 | 3D | D0 | 45 | 47 | 0 | 12 | F2 | 3D | 35 |
| Octal | 101 | 75 | 320 | 105 | 107 | 0 | 22 | 362 | 75 | 65 |
| Binary | 1000001 | 111101 | 11010000 | 1000101 | 1000111 | 0 | 10010 | 11110010 | 111101 | 110101 |
Color Harmonies of #413DD0
Complementary color
Monochromatic Colors of #413DD0
Black with #413DD0
Text Example
Text Example
White with #413DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DD0; }
p { color: rgb(65,61,208); }
H1.HeaderClassName
{
color: #413DD0;
}
.AnyTagClassName
{
color: #413DD0;
}
</style>
background-color css
<style>
a { background-color: #413DD0; }
a { background-color: rgb(65,61,208); }
div.DivClassName
{
background-color: #413DD0;
}
.BgClassName
{
background-color: #413DD0;
}
</style>
border-color css
<style>
span { border-color: #413DD0; }
span { border-color: rgb(65,61,208); }
td.TdClassName
{
border-color: #413DD0;
}
.TagClassName
{
border-color: #413DD0;
}
</style>