Html Css Color HEX #413EDE Free Speech Blue

📋 copy color: '#413EDE'

red 65 ◦ green 62 ◦ blue 222

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

Shades of Free Speech Blue #413EDE

Tints of Free Speech Blue #413EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.61%

R = 18.62%
G = 17.77%
B = 63.61%

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

#413EDE (or 0x413EDE) is known color: Free Speech Blue. HEX triplet: 41, 3E and DE. RGB value is (65,62,222). Sum of RGB (Red+Green+Blue) = 65+62+222=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #413EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EDE is #BEC121. Grayscale: #505050. Windows color (decimal): -12501282 or 14564929. OLE color: 14564929.

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

Color convert

RGB 65 62 222 -
CMYK 0.71 0.72 0 0.13
HSL 241.13º 0.71% 0.56% -
HSV(B) 241.13º 0.72% 0.87% -
XYZ 17.09 9.84 70.11 -
YUV 81.14 207.49 116.49 -
System Red Green Blue C M Y K H S L
Decimal 65 62 222 0.71 0.72 0 0.13 241.13 0.71 0.56
Hex 41 3E DE 47 48 0 D F1 47 38
Octal 101 76 336 107 110 0 15 361 107 70
Binary 1000001 111110 11011110 1000111 1001000 0 1101 11110001 1000111 111000

Color Harmonies of #413EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EDE

Black with #413EDE

Text Example


Text Example

White with #413EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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