#413EDE

Color #413EDE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #413EDE

Tints of Free Speech Blue #413EDE

Color information

#413EDE (or 0x413EDE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3E and DE. RGB value is (65,62,222). Sum of RGB (Red+Green+Blue) = 65+62+222=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #413EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EDE is #BEC121. Grayscale: #505050. Windows color (decimal): -12501282 or 14564929. OLE color: 14564929.

HSL color Cylindrical-coordinate representation of color #413EDE: hue angle of 241.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413EDE is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6562222-
CMYK0.710.7200.13
HSL241.12º70.8%55.69%-
HSV(B)241.12º72.07%87.06%-
XYZ17.099.8470.11-
YUV81.14207.49116.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 222 (87.11% from 255) = 63.61%
R=18.62%
G=17.77%
B=63.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65622220.710.7200.13241.1270.855.69
Hex413EDE47480Df14738
Octal1017633610711001536110770
Binary1000001111110110111101000111100100001101111100011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413EDE; }

 p { color: rgb(65,62,222); }

 H1.HeaderClassName
 {
   color: #413EDE;
 }
 .AnyTagClassName
 {
   color: #413EDE;
 }
</style>
background-color css

<style>
 a { background-color: #413EDE; }

 a { background-color: rgb(65,62,222); }

 div.DivClassName
 {
   background-color: #413EDE;
 }
 .BgClassName
 {
   background-color: #413EDE;
 }
</style>
border-color css

<style>
 span { border-color: #413EDE; }

 span { border-color: rgb(65,62,222); }

 td.TdClassName
 {
   border-color: #413EDE;
 }
 .TagClassName
 {
   border-color: #413EDE;
 }
</style>