#413BB5

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

Shades of Free Speech Blue #413BB5

Tints of Free Speech Blue #413BB5

Color information

#413BB5 (or 0x413BB5) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3B and B5. RGB value is (65,59,181). Sum of RGB (Red+Green+Blue) = 65+59+181=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #413BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BB5 is #BEC44A. Grayscale: #4A4A4A. Windows color (decimal): -12502091 or 11877185. OLE color: 11877185.

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

Color convert

RGB6559181-
CMYK0.640.6700.29
HSL242.95º50.83%47.06%-
HSV(B)242.95º67.4%70.98%-
XYZ12.087.5944.54-
YUV74.7187.99121.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=21.31%
G=19.34%
B=59.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65591810.640.6700.29242.9550.8347.06
Hex413BB5404301Df3332f
Octal101732651001030353636357
Binary1000001111011101101011000000100001101110111110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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