Shades of Free Speech Blue #413ACF
Tints of Free Speech Blue #413ACF
RGB
CMYK
RGB Variations
Color information
#413ACF (or 0x413ACF) is known color: Free Speech Blue. HEX triplet: 41, 3A and CF. RGB value is (65,58,207). Sum of RGB (Red+Green+Blue) = 65+58+207=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #413ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ACF is #BEC530. Grayscale: #4C4C4C. Windows color (decimal): -12502321 or 13580865. OLE color: 13580865.
HSL color Cylindrical-coordinate representation of color #413ACF: hue angle of 242.82º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413ACF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 58 | 207 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.19 |
| HSL | 242.82º | 0.61% | 0.52% | - |
| HSV(B) | 242.82º | 0.72% | 0.81% | - |
| XYZ | 14.96 | 8.65 | 59.91 | - |
| YUV | 77.08 | 201.32 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 207 | 0.69 | 0.72 | 0 | 0.19 | 242.82 | 0.61 | 0.52 |
| Hex | 41 | 3A | CF | 45 | 48 | 0 | 13 | F3 | 3D | 34 |
| Octal | 101 | 72 | 317 | 105 | 110 | 0 | 23 | 363 | 75 | 64 |
| Binary | 1000001 | 111010 | 11001111 | 1000101 | 1001000 | 0 | 10011 | 11110011 | 111101 | 110100 |
Color Harmonies of #413ACF
Complementary color
Monochromatic Colors of #413ACF
Black with #413ACF
Text Example
Text Example
White with #413ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ACF; }
p { color: rgb(65,58,207); }
H1.HeaderClassName
{
color: #413ACF;
}
.AnyTagClassName
{
color: #413ACF;
}
</style>
background-color css
<style>
a { background-color: #413ACF; }
a { background-color: rgb(65,58,207); }
div.DivClassName
{
background-color: #413ACF;
}
.BgClassName
{
background-color: #413ACF;
}
</style>
border-color css
<style>
span { border-color: #413ACF; }
span { border-color: rgb(65,58,207); }
td.TdClassName
{
border-color: #413ACF;
}
.TagClassName
{
border-color: #413ACF;
}
</style>