Html Css Color HEX #413FB6 Free Speech Blue

📋 copy color: '#413FB6'

red 65 ◦ green 63 ◦ blue 182

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

Shades of Free Speech Blue #413FB6

Tints of Free Speech Blue #413FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.71%

R = 20.97%
G = 20.32%
B = 58.71%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#413FB6 (or 0x413FB6) is known color: Free Speech Blue. HEX triplet: 41, 3F and B6. RGB value is (65,63,182). Sum of RGB (Red+Green+Blue) = 65+63+182=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #413FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FB6 is #BEC049. Grayscale: #4C4C4C. Windows color (decimal): -12501066 or 11943745. OLE color: 11943745.

HSL color Cylindrical-coordinate representation of color #413FB6: hue angle of 241.01º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413FB6 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 63 182 -
CMYK 0.64 0.65 0 0.29
HSL 241.01º 0.49% 0.48% -
HSV(B) 241.01º 0.65% 0.71% -
XYZ 12.4 8.06 45.16 -
YUV 77.16 187.16 119.32 -
System Red Green Blue C M Y K H S L
Decimal 65 63 182 0.64 0.65 0 0.29 241.01 0.49 0.48
Hex 41 3F B6 40 41 0 1D F1 31 30
Octal 101 77 266 100 101 0 35 361 61 60
Binary 1000001 111111 10110110 1000000 1000001 0 11101 11110001 110001 110000

Color Harmonies of #413FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FB6

Black with #413FB6

Text Example


Text Example

White with #413FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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