Html Css Color HEX #413EDB Free Speech Blue

📋 copy color: '#413EDB'

red 65 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Blue #413EDB

Tints of Free Speech Blue #413EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 18.79%
G = 17.92%
B = 63.29%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#413EDB (or 0x413EDB) is known color: Free Speech Blue. HEX triplet: 41, 3E and DB. RGB value is (65,62,219). Sum of RGB (Red+Green+Blue) = 65+62+219=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #413EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EDB is #BEC124. Grayscale: #505050. Windows color (decimal): -12501285 or 14368321. OLE color: 14368321.

HSL color Cylindrical-coordinate representation of color #413EDB: hue angle of 241.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413EDB is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 62 219 -
CMYK 0.70 0.72 0 0.14
HSL 241.15º 0.69% 0.55% -
HSV(B) 241.15º 0.72% 0.86% -
XYZ 16.69 9.68 68.01 -
YUV 80.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 65 62 219 0.70 0.72 0 0.14 241.15 0.69 0.55
Hex 41 3E DB 46 48 0 E F1 45 37
Octal 101 76 333 106 110 0 16 361 105 67
Binary 1000001 111110 11011011 1000110 1001000 0 1110 11110001 1000101 110111

Color Harmonies of #413EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EDB

Black with #413EDB

Text Example


Text Example

White with #413EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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