Shades of Free Speech Blue #413FCF
Tints of Free Speech Blue #413FCF
RGB
CMYK
RGB Variations
Color information
#413FCF (or 0x413FCF) is known color: Free Speech Blue. HEX triplet: 41, 3F and CF. RGB value is (65,63,207). Sum of RGB (Red+Green+Blue) = 65+63+207=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #413FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FCF is #BEC030. Grayscale: #4F4F4F. Windows color (decimal): -12501041 or 13582145. OLE color: 13582145.
HSL color Cylindrical-coordinate representation of color #413FCF: hue angle of 240.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413FCF is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 63 | 207 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.19 |
| HSL | 240.83º | 0.6% | 0.53% | - |
| HSV(B) | 240.83º | 0.7% | 0.81% | - |
| XYZ | 15.22 | 9.18 | 60 | - |
| YUV | 80.01 | 199.66 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 207 | 0.69 | 0.70 | 0 | 0.19 | 240.83 | 0.6 | 0.53 |
| Hex | 41 | 3F | CF | 45 | 46 | 0 | 13 | F1 | 3C | 35 |
| Octal | 101 | 77 | 317 | 105 | 106 | 0 | 23 | 361 | 74 | 65 |
| Binary | 1000001 | 111111 | 11001111 | 1000101 | 1000110 | 0 | 10011 | 11110001 | 111100 | 110101 |
Color Harmonies of #413FCF
Complementary color
Monochromatic Colors of #413FCF
Black with #413FCF
Text Example
Text Example
White with #413FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FCF; }
p { color: rgb(65,63,207); }
H1.HeaderClassName
{
color: #413FCF;
}
.AnyTagClassName
{
color: #413FCF;
}
</style>
background-color css
<style>
a { background-color: #413FCF; }
a { background-color: rgb(65,63,207); }
div.DivClassName
{
background-color: #413FCF;
}
.BgClassName
{
background-color: #413FCF;
}
</style>
border-color css
<style>
span { border-color: #413FCF; }
span { border-color: rgb(65,63,207); }
td.TdClassName
{
border-color: #413FCF;
}
.TagClassName
{
border-color: #413FCF;
}
</style>