Html Css Color HEX #413EDD Free Speech Blue

📋 copy color: '#413EDD'

red 65 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Blue #413EDD

Tints of Free Speech Blue #413EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 18.68%
G = 17.82%
B = 63.51%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#413EDD (or 0x413EDD) is known color: Free Speech Blue. HEX triplet: 41, 3E and DD. RGB value is (65,62,221). Sum of RGB (Red+Green+Blue) = 65+62+221=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #413EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EDD is #BEC122. Grayscale: #505050. Windows color (decimal): -12501283 or 14499393. OLE color: 14499393.

HSL color Cylindrical-coordinate representation of color #413EDD: hue angle of 241.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413EDD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 62 221 -
CMYK 0.71 0.72 0 0.13
HSL 241.13º 0.7% 0.55% -
HSV(B) 241.13º 0.72% 0.87% -
XYZ 16.95 9.79 69.4 -
YUV 81.02 206.99 116.57 -
System Red Green Blue C M Y K H S L
Decimal 65 62 221 0.71 0.72 0 0.13 241.13 0.7 0.55
Hex 41 3E DD 47 48 0 D F1 46 37
Octal 101 76 335 107 110 0 15 361 106 67
Binary 1000001 111110 11011101 1000111 1001000 0 1101 11110001 1000110 110111

Color Harmonies of #413EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EDD

Black with #413EDD

Text Example


Text Example

White with #413EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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