Html Css Color HEX #413ED9 Free Speech Blue

📋 copy color: '#413ED9'

red 65 ◦ green 62 ◦ blue 217

#413ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #413ED9

Tints of Free Speech Blue #413ED9

RGB

 RED value IS 65 (25.78% from 255) = 18.9%

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 217 (85.16% from 255) = 63.08%

R = 18.9%
G = 18.02%
B = 63.08%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#413ED9 (or 0x413ED9) is known color: Free Speech Blue. HEX triplet: 41, 3E and D9. RGB value is (65,62,217). Sum of RGB (Red+Green+Blue) = 65+62+217=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #413ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ED9 is #BEC126. Grayscale: #4F4F4F. Windows color (decimal): -12501287 or 14237249. OLE color: 14237249.

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

Color convert

RGB 65 62 217 -
CMYK 0.70 0.71 0 0.15
HSL 241.16º 0.67% 0.55% -
HSV(B) 241.16º 0.71% 0.85% -
XYZ 16.43 9.58 66.63 -
YUV 80.57 204.99 116.9 -
System Red Green Blue C M Y K H S L
Decimal 65 62 217 0.70 0.71 0 0.15 241.16 0.67 0.55
Hex 41 3E D9 46 47 0 F F1 43 37
Octal 101 76 331 106 107 0 17 361 103 67
Binary 1000001 111110 11011001 1000110 1000111 0 1111 11110001 1000011 110111

Color Harmonies of #413ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413ED9

Black with #413ED9

Text Example


Text Example

White with #413ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,62,217); }

 H1.HeaderClassName
 {
   color: #413ED9;
 }
 .AnyTagClassName
 {
   color: #413ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(65,62,217); }

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

border-color css

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

 span { border-color: rgb(65,62,217); }

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