Html Css Color HEX #413BD6 Free Speech Blue

📋 copy color: '#413BD6'

red 65 ◦ green 59 ◦ blue 214

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

Shades of Free Speech Blue #413BD6

Tints of Free Speech Blue #413BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.31%

R = 19.23%
G = 17.46%
B = 63.31%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#413BD6 (or 0x413BD6) is known color: Free Speech Blue. HEX triplet: 41, 3B and D6. RGB value is (65,59,214). Sum of RGB (Red+Green+Blue) = 65+59+214=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #413BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BD6 is #BEC429. Grayscale: #4D4D4D. Windows color (decimal): -12502058 or 14039873. OLE color: 14039873.

HSL color Cylindrical-coordinate representation of color #413BD6: hue angle of 242.32º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413BD6 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 59 214 -
CMYK 0.70 0.72 0 0.16
HSL 242.32º 0.65% 0.54% -
HSV(B) 242.32º 0.72% 0.84% -
XYZ 15.88 9.11 64.54 -
YUV 78.46 204.49 118.4 -
System Red Green Blue C M Y K H S L
Decimal 65 59 214 0.70 0.72 0 0.16 242.32 0.65 0.54
Hex 41 3B D6 46 48 0 10 F2 41 36
Octal 101 73 326 106 110 0 20 362 101 66
Binary 1000001 111011 11010110 1000110 1001000 0 10000 11110010 1000001 110110

Color Harmonies of #413BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BD6

Black with #413BD6

Text Example


Text Example

White with #413BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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