Shades of Free Speech Blue #413DCB
Tints of Free Speech Blue #413DCB
RGB
CMYK
RGB Variations
Color information
#413DCB (or 0x413DCB) is known color: Free Speech Blue. HEX triplet: 41, 3D and CB. RGB value is (65,61,203). Sum of RGB (Red+Green+Blue) = 65+61+203=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #413DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DCB is #BEC234. Grayscale: #4D4D4D. Windows color (decimal): -12501557 or 13319489. OLE color: 13319489.
HSL color Cylindrical-coordinate representation of color #413DCB: hue angle of 241.69º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413DCB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 61 | 203 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.20 |
| HSL | 241.69º | 0.58% | 0.52% | - |
| HSV(B) | 241.69º | 0.7% | 0.8% | - |
| XYZ | 14.63 | 8.77 | 57.42 | - |
| YUV | 78.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 203 | 0.68 | 0.70 | 0 | 0.20 | 241.69 | 0.58 | 0.52 |
| Hex | 41 | 3D | CB | 44 | 46 | 0 | 14 | F2 | 3A | 34 |
| Octal | 101 | 75 | 313 | 104 | 106 | 0 | 24 | 362 | 72 | 64 |
| Binary | 1000001 | 111101 | 11001011 | 1000100 | 1000110 | 0 | 10100 | 11110010 | 111010 | 110100 |
Color Harmonies of #413DCB
Complementary color
Monochromatic Colors of #413DCB
Black with #413DCB
Text Example
Text Example
White with #413DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DCB; }
p { color: rgb(65,61,203); }
H1.HeaderClassName
{
color: #413DCB;
}
.AnyTagClassName
{
color: #413DCB;
}
</style>
background-color css
<style>
a { background-color: #413DCB; }
a { background-color: rgb(65,61,203); }
div.DivClassName
{
background-color: #413DCB;
}
.BgClassName
{
background-color: #413DCB;
}
</style>
border-color css
<style>
span { border-color: #413DCB; }
span { border-color: rgb(65,61,203); }
td.TdClassName
{
border-color: #413DCB;
}
.TagClassName
{
border-color: #413DCB;
}
</style>