#413AB5

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

Shades of Free Speech Blue #413AB5

Tints of Free Speech Blue #413AB5

Color information

#413AB5 (or 0x413AB5) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3A and B5. RGB value is (65,58,181). Sum of RGB (Red+Green+Blue) = 65+58+181=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 181 (71.09% from 255 or 59.54% from 304); Max value from RGB is 181 - color contains mainly: blue. Hex color #413AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AB5 is #BEC54A. Grayscale: #494949. Windows color (decimal): -12502347 or 11876929. OLE color: 11876929.

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

Color convert

RGB6558181-
CMYK0.640.6800.29
HSL243.41º51.46%46.86%-
HSV(B)243.41º67.96%70.98%-
XYZ12.037.4944.53-
YUV74.11188.32121.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 181 (71.09% from 255) = 59.54%
R=21.38%
G=19.08%
B=59.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65581810.640.6800.29243.4151.4646.86
Hex413AB5404401Df3332f
Octal101722651001040353636357
Binary1000001111010101101011000000100010001110111110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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