#413DD6

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

Shades of Free Speech Blue #413DD6

Tints of Free Speech Blue #413DD6

Color information

#413DD6 (or 0x413DD6) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3D and D6. RGB value is (65,61,214). Sum of RGB (Red+Green+Blue) = 65+61+214=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #413DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DD6 is #BEC229. Grayscale: #4F4F4F. Windows color (decimal): -12501546 or 14040385. OLE color: 14040385.

HSL color Cylindrical-coordinate representation of color #413DD6: hue angle of 241.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413DD6 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6561214-
CMYK0.700.7100.16
HSL241.57º65.11%53.92%-
HSV(B)241.57º71.5%83.92%-
XYZ15.999.3264.57-
YUV79.64203.83117.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 214 (83.98% from 255) = 62.94%
R=19.12%
G=17.94%
B=62.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65612140.700.7100.16241.5765.1153.92
Hex413DD64647010f24136
Octal1017532610610702036210166
Binary10000011111011101011010001101000111010000111100101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,214); }

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

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

 a { background-color: rgb(65,61,214); }

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

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

 span { border-color: rgb(65,61,214); }

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