#413ECA

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

Shades of Free Speech Blue #413ECA

Tints of Free Speech Blue #413ECA

Color information

#413ECA (or 0x413ECA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3E and CA. RGB value is (65,62,202). Sum of RGB (Red+Green+Blue) = 65+62+202=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #413ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ECA is #BEC135. Grayscale: #4E4E4E. Windows color (decimal): -12501302 or 13254209. OLE color: 13254209.

HSL color Cylindrical-coordinate representation of color #413ECA: hue angle of 241.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413ECA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6562202-
CMYK0.680.6900.21
HSL241.29º56.91%51.76%-
HSV(B)241.29º69.31%79.22%-
XYZ14.568.8356.81-
YUV78.86197.49118.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=19.76%
G=18.84%
B=61.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65622020.680.6900.21241.2956.9151.76
Hex413ECA4445015f13934
Octal101763121041050253617164
Binary1000001111110110010101000100100010101010111110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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