#413ABE

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

Shades of Free Speech Blue #413ABE

Tints of Free Speech Blue #413ABE

Color information

#413ABE (or 0x413ABE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3A and BE. RGB value is (65,58,190). Sum of RGB (Red+Green+Blue) = 65+58+190=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #413ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ABE is #BEC541. Grayscale: #4A4A4A. Windows color (decimal): -12502338 or 12466753. OLE color: 12466753.

HSL color Cylindrical-coordinate representation of color #413ABE: hue angle of 243.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413ABE is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6558190-
CMYK0.660.6900.25
HSL243.18º53.23%48.63%-
HSV(B)243.18º69.47%74.51%-
XYZ12.997.8749.55-
YUV75.14192.82120.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=20.77%
G=18.53%
B=60.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65581900.660.6900.25243.1853.2348.63
Hex413ABE4245019f33531
Octal101722761021050313636561
Binary1000001111010101111101000010100010101100111110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,58,190); }

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

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

 a { background-color: rgb(65,58,190); }

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

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

 span { border-color: rgb(65,58,190); }

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