Shades of Free Speech Blue #413AB6
Tints of Free Speech Blue #413AB6
RGB
CMYK
RGB Variations
Color information
#413AB6 (or 0x413AB6) is known color: Free Speech Blue. HEX triplet: 41, 3A and B6. RGB value is (65,58,182). Sum of RGB (Red+Green+Blue) = 65+58+182=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #413AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AB6 is #BEC549. Grayscale: #494949. Windows color (decimal): -12502346 or 11942465. OLE color: 11942465.
HSL color Cylindrical-coordinate representation of color #413AB6: hue angle of 243.39º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413AB6 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 58 | 182 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.29 |
| HSL | 243.39º | 0.52% | 0.47% | - |
| HSV(B) | 243.39º | 0.68% | 0.71% | - |
| XYZ | 12.14 | 7.53 | 45.07 | - |
| YUV | 74.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 182 | 0.64 | 0.68 | 0 | 0.29 | 243.39 | 0.52 | 0.47 |
| Hex | 41 | 3A | B6 | 40 | 44 | 0 | 1D | F3 | 34 | 2F |
| Octal | 101 | 72 | 266 | 100 | 104 | 0 | 35 | 363 | 64 | 57 |
| Binary | 1000001 | 111010 | 10110110 | 1000000 | 1000100 | 0 | 11101 | 11110011 | 110100 | 101111 |
Color Harmonies of #413AB6
Complementary color
Monochromatic Colors of #413AB6
Black with #413AB6
Text Example
Text Example
White with #413AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AB6; }
p { color: rgb(65,58,182); }
H1.HeaderClassName
{
color: #413AB6;
}
.AnyTagClassName
{
color: #413AB6;
}
</style>
background-color css
<style>
a { background-color: #413AB6; }
a { background-color: rgb(65,58,182); }
div.DivClassName
{
background-color: #413AB6;
}
.BgClassName
{
background-color: #413AB6;
}
</style>
border-color css
<style>
span { border-color: #413AB6; }
span { border-color: rgb(65,58,182); }
td.TdClassName
{
border-color: #413AB6;
}
.TagClassName
{
border-color: #413AB6;
}
</style>