Html Css Color HEX #413FB9 Free Speech Blue

📋 copy color: '#413FB9'

red 65 ◦ green 63 ◦ blue 185

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

Shades of Free Speech Blue #413FB9

Tints of Free Speech Blue #413FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.11%

R = 20.77%
G = 20.13%
B = 59.11%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#413FB9 (or 0x413FB9) is known color: Free Speech Blue. HEX triplet: 41, 3F and B9. RGB value is (65,63,185). Sum of RGB (Red+Green+Blue) = 65+63+185=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #413FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FB9 is #BEC046. Grayscale: #4D4D4D. Windows color (decimal): -12501063 or 12140353. OLE color: 12140353.

HSL color Cylindrical-coordinate representation of color #413FB9: hue angle of 240.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413FB9 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 63 185 -
CMYK 0.65 0.66 0 0.27
HSL 240.98º 0.49% 0.49% -
HSV(B) 240.98º 0.66% 0.73% -
XYZ 12.71 8.18 46.81 -
YUV 77.51 188.66 119.08 -
System Red Green Blue C M Y K H S L
Decimal 65 63 185 0.65 0.66 0 0.27 240.98 0.49 0.49
Hex 41 3F B9 41 42 0 1B F1 31 31
Octal 101 77 271 101 102 0 33 361 61 61
Binary 1000001 111111 10111001 1000001 1000010 0 11011 11110001 110001 110001

Color Harmonies of #413FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FB9

Black with #413FB9

Text Example


Text Example

White with #413FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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