Shades of Free Speech Blue #413FDD
Tints of Free Speech Blue #413FDD
RGB
CMYK
RGB Variations
Color information
#413FDD (or 0x413FDD) is known color: Free Speech Blue. HEX triplet: 41, 3F and DD. RGB value is (65,63,221). Sum of RGB (Red+Green+Blue) = 65+63+221=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #413FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FDD is #BEC022. Grayscale: #505050. Windows color (decimal): -12501027 or 14499649. OLE color: 14499649.
HSL color Cylindrical-coordinate representation of color #413FDD: hue angle of 240.76º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413FDD is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 63 | 221 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.13 |
| HSL | 240.76º | 0.7% | 0.56% | - |
| HSV(B) | 240.76º | 0.71% | 0.87% | - |
| XYZ | 17.01 | 9.9 | 69.42 | - |
| YUV | 81.61 | 206.66 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 221 | 0.71 | 0.71 | 0 | 0.13 | 240.76 | 0.7 | 0.56 |
| Hex | 41 | 3F | DD | 47 | 47 | 0 | D | F1 | 46 | 38 |
| Octal | 101 | 77 | 335 | 107 | 107 | 0 | 15 | 361 | 106 | 70 |
| Binary | 1000001 | 111111 | 11011101 | 1000111 | 1000111 | 0 | 1101 | 11110001 | 1000110 | 111000 |
Color Harmonies of #413FDD
Complementary color
Monochromatic Colors of #413FDD
Black with #413FDD
Text Example
Text Example
White with #413FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FDD; }
p { color: rgb(65,63,221); }
H1.HeaderClassName
{
color: #413FDD;
}
.AnyTagClassName
{
color: #413FDD;
}
</style>
background-color css
<style>
a { background-color: #413FDD; }
a { background-color: rgb(65,63,221); }
div.DivClassName
{
background-color: #413FDD;
}
.BgClassName
{
background-color: #413FDD;
}
</style>
border-color css
<style>
span { border-color: #413FDD; }
span { border-color: rgb(65,63,221); }
td.TdClassName
{
border-color: #413FDD;
}
.TagClassName
{
border-color: #413FDD;
}
</style>