#413FB5

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

Shades of Free Speech Blue #413FB5

Tints of Free Speech Blue #413FB5

Color information

#413FB5 (or 0x413FB5) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3F and B5. RGB value is (65,63,181). Sum of RGB (Red+Green+Blue) = 65+63+181=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #413FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FB5 is #BEC04A. Grayscale: #4C4C4C. Windows color (decimal): -12501067 or 11878209. OLE color: 11878209.

HSL color Cylindrical-coordinate representation of color #413FB5: hue angle of 241.02º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413FB5 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6563181-
CMYK0.640.6500.29
HSL241.02º48.36%47.84%-
HSV(B)241.02º65.19%70.98%-
XYZ12.38.0244.61-
YUV77.05186.66119.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 181 (71.09% from 255) = 58.58%
R=21.04%
G=20.39%
B=58.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65631810.640.6500.29241.0248.3647.84
Hex413FB5404101Df13030
Octal101772651001010353616060
Binary1000001111111101101011000000100000101110111110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,63,181); }

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

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

 a { background-color: rgb(65,63,181); }

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

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

 span { border-color: rgb(65,63,181); }

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