Shades of Free Speech Blue #413DC0
Tints of Free Speech Blue #413DC0
RGB
CMYK
RGB Variations
Color information
#413DC0 (or 0x413DC0) is known color: Free Speech Blue. HEX triplet: 41, 3D and C0. RGB value is (65,61,192). Sum of RGB (Red+Green+Blue) = 65+61+192=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #413DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DC0 is #BEC23F. Grayscale: #4C4C4C. Windows color (decimal): -12501568 or 12598593. OLE color: 12598593.
HSL color Cylindrical-coordinate representation of color #413DC0: hue angle of 241.83º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413DC0 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 61 | 192 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.25 |
| HSL | 241.83º | 0.52% | 0.5% | - |
| HSV(B) | 241.83º | 0.68% | 0.75% | - |
| XYZ | 13.36 | 8.27 | 50.76 | - |
| YUV | 77.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 192 | 0.66 | 0.68 | 0 | 0.25 | 241.83 | 0.52 | 0.5 |
| Hex | 41 | 3D | C0 | 42 | 44 | 0 | 19 | F2 | 34 | 32 |
| Octal | 101 | 75 | 300 | 102 | 104 | 0 | 31 | 362 | 64 | 62 |
| Binary | 1000001 | 111101 | 11000000 | 1000010 | 1000100 | 0 | 11001 | 11110010 | 110100 | 110010 |
Color Harmonies of #413DC0
Complementary color
Monochromatic Colors of #413DC0
Black with #413DC0
Text Example
Text Example
White with #413DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DC0; }
p { color: rgb(65,61,192); }
H1.HeaderClassName
{
color: #413DC0;
}
.AnyTagClassName
{
color: #413DC0;
}
</style>
background-color css
<style>
a { background-color: #413DC0; }
a { background-color: rgb(65,61,192); }
div.DivClassName
{
background-color: #413DC0;
}
.BgClassName
{
background-color: #413DC0;
}
</style>
border-color css
<style>
span { border-color: #413DC0; }
span { border-color: rgb(65,61,192); }
td.TdClassName
{
border-color: #413DC0;
}
.TagClassName
{
border-color: #413DC0;
}
</style>