Shades of Free Speech Blue #413ADC
Tints of Free Speech Blue #413ADC
RGB
CMYK
RGB Variations
Color information
#413ADC (or 0x413ADC) is known color: Free Speech Blue. HEX triplet: 41, 3A and DC. RGB value is (65,58,220). Sum of RGB (Red+Green+Blue) = 65+58+220=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #413ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ADC is #BEC523. Grayscale: #4D4D4D. Windows color (decimal): -12502308 or 14432833. OLE color: 14432833.
HSL color Cylindrical-coordinate representation of color #413ADC: hue angle of 242.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413ADC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 58 | 220 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.14 |
| HSL | 242.59º | 0.7% | 0.55% | - |
| HSV(B) | 242.59º | 0.74% | 0.86% | - |
| XYZ | 16.61 | 9.32 | 68.63 | - |
| YUV | 78.56 | 207.82 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 220 | 0.70 | 0.74 | 0 | 0.14 | 242.59 | 0.7 | 0.55 |
| Hex | 41 | 3A | DC | 46 | 4A | 0 | E | F3 | 46 | 37 |
| Octal | 101 | 72 | 334 | 106 | 112 | 0 | 16 | 363 | 106 | 67 |
| Binary | 1000001 | 111010 | 11011100 | 1000110 | 1001010 | 0 | 1110 | 11110011 | 1000110 | 110111 |
Color Harmonies of #413ADC
Complementary color
Monochromatic Colors of #413ADC
Black with #413ADC
Text Example
Text Example
White with #413ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ADC; }
p { color: rgb(65,58,220); }
H1.HeaderClassName
{
color: #413ADC;
}
.AnyTagClassName
{
color: #413ADC;
}
</style>
background-color css
<style>
a { background-color: #413ADC; }
a { background-color: rgb(65,58,220); }
div.DivClassName
{
background-color: #413ADC;
}
.BgClassName
{
background-color: #413ADC;
}
</style>
border-color css
<style>
span { border-color: #413ADC; }
span { border-color: rgb(65,58,220); }
td.TdClassName
{
border-color: #413ADC;
}
.TagClassName
{
border-color: #413ADC;
}
</style>