Html Css Color HEX #413FDB Free Speech Blue

📋 copy color: '#413FDB'

red 65 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #413FDB

Tints of Free Speech Blue #413FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 18.73%
G = 18.16%
B = 63.11%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#413FDB (or 0x413FDB) is known color: Free Speech Blue. HEX triplet: 41, 3F and DB. RGB value is (65,63,219). Sum of RGB (Red+Green+Blue) = 65+63+219=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #413FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FDB is #BEC024. Grayscale: #505050. Windows color (decimal): -12501029 or 14368577. OLE color: 14368577.

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

Color convert

RGB 65 63 219 -
CMYK 0.70 0.71 0 0.14
HSL 240.77º 0.68% 0.55% -
HSV(B) 240.77º 0.71% 0.86% -
XYZ 16.74 9.79 68.03 -
YUV 81.38 205.66 116.32 -
System Red Green Blue C M Y K H S L
Decimal 65 63 219 0.70 0.71 0 0.14 240.77 0.68 0.55
Hex 41 3F DB 46 47 0 E F1 44 37
Octal 101 77 333 106 107 0 16 361 104 67
Binary 1000001 111111 11011011 1000110 1000111 0 1110 11110001 1000100 110111

Color Harmonies of #413FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FDB

Black with #413FDB

Text Example


Text Example

White with #413FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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