#413AD8

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

Shades of Free Speech Blue #413AD8

Tints of Free Speech Blue #413AD8

Color information

#413AD8 (or 0x413AD8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3A and D8. RGB value is (65,58,216). Sum of RGB (Red+Green+Blue) = 65+58+216=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #413AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AD8 is #BEC527. Grayscale: #4D4D4D. Windows color (decimal): -12502312 or 14170689. OLE color: 14170689.

HSL color Cylindrical-coordinate representation of color #413AD8: hue angle of 242.66º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413AD8 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6558216-
CMYK0.700.7300.15
HSL242.66º66.95%53.73%-
HSV(B)242.66º73.15%84.71%-
XYZ16.099.1165.88-
YUV78.1205.82118.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 216 (84.77% from 255) = 63.72%
R=19.17%
G=17.11%
B=63.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal65582160.700.7300.15242.6666.9553.73
Hex413AD846490Ff34336
Octal1017233010611101736310366
Binary1000001111010110110001000110100100101111111100111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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