Shades of Free Speech Blue #413DDC
Tints of Free Speech Blue #413DDC
RGB
CMYK
RGB Variations
Color information
#413DDC (or 0x413DDC) is known color: Free Speech Blue. HEX triplet: 41, 3D and DC. RGB value is (65,61,220). Sum of RGB (Red+Green+Blue) = 65+61+220=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #413DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DDC is #BEC223. Grayscale: #4F4F4F. Windows color (decimal): -12501540 or 14433601. OLE color: 14433601.
HSL color Cylindrical-coordinate representation of color #413DDC: hue angle of 241.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413DDC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 61 | 220 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.14 |
| HSL | 241.51º | 0.69% | 0.55% | - |
| HSV(B) | 241.51º | 0.72% | 0.86% | - |
| XYZ | 16.77 | 9.63 | 68.68 | - |
| YUV | 80.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 220 | 0.70 | 0.72 | 0 | 0.14 | 241.51 | 0.69 | 0.55 |
| Hex | 41 | 3D | DC | 46 | 48 | 0 | E | F2 | 45 | 37 |
| Octal | 101 | 75 | 334 | 106 | 110 | 0 | 16 | 362 | 105 | 67 |
| Binary | 1000001 | 111101 | 11011100 | 1000110 | 1001000 | 0 | 1110 | 11110010 | 1000101 | 110111 |
Color Harmonies of #413DDC
Complementary color
Monochromatic Colors of #413DDC
Black with #413DDC
Text Example
Text Example
White with #413DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DDC; }
p { color: rgb(65,61,220); }
H1.HeaderClassName
{
color: #413DDC;
}
.AnyTagClassName
{
color: #413DDC;
}
</style>
background-color css
<style>
a { background-color: #413DDC; }
a { background-color: rgb(65,61,220); }
div.DivClassName
{
background-color: #413DDC;
}
.BgClassName
{
background-color: #413DDC;
}
</style>
border-color css
<style>
span { border-color: #413DDC; }
span { border-color: rgb(65,61,220); }
td.TdClassName
{
border-color: #413DDC;
}
.TagClassName
{
border-color: #413DDC;
}
</style>