Shades of Free Speech Blue #413FC0
Tints of Free Speech Blue #413FC0
RGB
CMYK
RGB Variations
Color information
#413FC0 (or 0x413FC0) is known color: Free Speech Blue. HEX triplet: 41, 3F and C0. RGB value is (65,63,192). Sum of RGB (Red+Green+Blue) = 65+63+192=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #413FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FC0 is #BEC03F. Grayscale: #4D4D4D. Windows color (decimal): -12501056 or 12599105. OLE color: 12599105.
HSL color Cylindrical-coordinate representation of color #413FC0: hue angle of 240.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413FC0 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 63 | 192 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.25 |
| HSL | 240.93º | 0.51% | 0.5% | - |
| HSV(B) | 240.93º | 0.67% | 0.75% | - |
| XYZ | 13.47 | 8.48 | 50.8 | - |
| YUV | 78.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 192 | 0.66 | 0.67 | 0 | 0.25 | 240.93 | 0.51 | 0.5 |
| Hex | 41 | 3F | C0 | 42 | 43 | 0 | 19 | F1 | 33 | 32 |
| Octal | 101 | 77 | 300 | 102 | 103 | 0 | 31 | 361 | 63 | 62 |
| Binary | 1000001 | 111111 | 11000000 | 1000010 | 1000011 | 0 | 11001 | 11110001 | 110011 | 110010 |
Color Harmonies of #413FC0
Complementary color
Monochromatic Colors of #413FC0
Black with #413FC0
Text Example
Text Example
White with #413FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FC0; }
p { color: rgb(65,63,192); }
H1.HeaderClassName
{
color: #413FC0;
}
.AnyTagClassName
{
color: #413FC0;
}
</style>
background-color css
<style>
a { background-color: #413FC0; }
a { background-color: rgb(65,63,192); }
div.DivClassName
{
background-color: #413FC0;
}
.BgClassName
{
background-color: #413FC0;
}
</style>
border-color css
<style>
span { border-color: #413FC0; }
span { border-color: rgb(65,63,192); }
td.TdClassName
{
border-color: #413FC0;
}
.TagClassName
{
border-color: #413FC0;
}
</style>