Html Css Color HEX #413BD8 Free Speech Blue

📋 copy color: '#413BD8'

red 65 ◦ green 59 ◦ blue 216

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

Shades of Free Speech Blue #413BD8

Tints of Free Speech Blue #413BD8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

 BLUE value IS 216 (84.77% from 255) = 63.53%

R = 19.12%
G = 17.35%
B = 63.53%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#413BD8 (or 0x413BD8) is known color: Free Speech Blue. HEX triplet: 41, 3B and D8. RGB value is (65,59,216). Sum of RGB (Red+Green+Blue) = 65+59+216=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #413BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BD8 is #BEC427. Grayscale: #4E4E4E. Windows color (decimal): -12502056 or 14170945. OLE color: 14170945.

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

Color convert

RGB 65 59 216 -
CMYK 0.70 0.73 0 0.15
HSL 242.29º 0.67% 0.54% -
HSV(B) 242.29º 0.73% 0.85% -
XYZ 16.14 9.21 65.89 -
YUV 78.69 205.49 118.23 -
System Red Green Blue C M Y K H S L
Decimal 65 59 216 0.70 0.73 0 0.15 242.29 0.67 0.54
Hex 41 3B D8 46 49 0 F F2 43 36
Octal 101 73 330 106 111 0 17 362 103 66
Binary 1000001 111011 11011000 1000110 1001001 0 1111 11110010 1000011 110110

Color Harmonies of #413BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BD8

Black with #413BD8

Text Example


Text Example

White with #413BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,59,216); }

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

background-color css

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

 a { background-color: rgb(65,59,216); }

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

border-color css

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

 span { border-color: rgb(65,59,216); }

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