#413FB2

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

Shades of Free Speech Blue #413FB2

Tints of Free Speech Blue #413FB2

Color information

#413FB2 (or 0x413FB2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3F and B2. RGB value is (65,63,178). Sum of RGB (Red+Green+Blue) = 65+63+178=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #413FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413FB2 is #BEC04D. Grayscale: #4C4C4C. Windows color (decimal): -12501070 or 11681601. OLE color: 11681601.

HSL color Cylindrical-coordinate representation of color #413FB2: hue angle of 241.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413FB2 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6563178-
CMYK0.630.6500.30
HSL241.04º47.72%47.25%-
HSV(B)241.04º64.61%69.8%-
XYZ11.997.8943.01-
YUV76.71185.16119.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 178 (69.92% from 255) = 58.17%
R=21.24%
G=20.59%
B=58.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65631780.630.6500.30241.0447.7247.25
Hex413FB23F4101Ef1302f
Octal10177262771010363616057
Binary100000111111110110010111111100000101111011110001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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