Shades of Free Speech Blue #413FC5
Tints of Free Speech Blue #413FC5
RGB
CMYK
RGB Variations
Color information
#413FC5 (or 0x413FC5) is known color: Free Speech Blue. HEX triplet: 41, 3F and C5. RGB value is (65,63,197). Sum of RGB (Red+Green+Blue) = 65+63+197=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #413FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FC5 is #BEC03A. Grayscale: #4E4E4E. Windows color (decimal): -12501051 or 12926785. OLE color: 12926785.
HSL color Cylindrical-coordinate representation of color #413FC5: hue angle of 240.9º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413FC5 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 63 | 197 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.23 |
| HSL | 240.9º | 0.54% | 0.51% | - |
| HSV(B) | 240.9º | 0.68% | 0.77% | - |
| XYZ | 14.04 | 8.71 | 53.76 | - |
| YUV | 78.87 | 194.66 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 197 | 0.67 | 0.68 | 0 | 0.23 | 240.9 | 0.54 | 0.51 |
| Hex | 41 | 3F | C5 | 43 | 44 | 0 | 17 | F1 | 36 | 33 |
| Octal | 101 | 77 | 305 | 103 | 104 | 0 | 27 | 361 | 66 | 63 |
| Binary | 1000001 | 111111 | 11000101 | 1000011 | 1000100 | 0 | 10111 | 11110001 | 110110 | 110011 |
Color Harmonies of #413FC5
Complementary color
Monochromatic Colors of #413FC5
Black with #413FC5
Text Example
Text Example
White with #413FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FC5; }
p { color: rgb(65,63,197); }
H1.HeaderClassName
{
color: #413FC5;
}
.AnyTagClassName
{
color: #413FC5;
}
</style>
background-color css
<style>
a { background-color: #413FC5; }
a { background-color: rgb(65,63,197); }
div.DivClassName
{
background-color: #413FC5;
}
.BgClassName
{
background-color: #413FC5;
}
</style>
border-color css
<style>
span { border-color: #413FC5; }
span { border-color: rgb(65,63,197); }
td.TdClassName
{
border-color: #413FC5;
}
.TagClassName
{
border-color: #413FC5;
}
</style>