Html Css Color HEX #413BB9 Free Speech Blue

📋 copy color: '#413BB9'

red 65 ◦ green 59 ◦ blue 185

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

Shades of Free Speech Blue #413BB9

Tints of Free Speech Blue #413BB9

RGB

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

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

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

R = 21.04%
G = 19.09%
B = 59.87%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#413BB9 (or 0x413BB9) is known color: Free Speech Blue. HEX triplet: 41, 3B and B9. RGB value is (65,59,185). Sum of RGB (Red+Green+Blue) = 65+59+185=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #413BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BB9 is #BEC446. Grayscale: #4A4A4A. Windows color (decimal): -12502087 or 12139329. OLE color: 12139329.

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

Color convert

RGB 65 59 185 -
CMYK 0.65 0.68 0 0.27
HSL 242.86º 0.52% 0.48% -
HSV(B) 242.86º 0.68% 0.73% -
XYZ 12.5 7.75 46.74 -
YUV 75.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 65 59 185 0.65 0.68 0 0.27 242.86 0.52 0.48
Hex 41 3B B9 41 44 0 1B F3 34 30
Octal 101 73 271 101 104 0 33 363 64 60
Binary 1000001 111011 10111001 1000001 1000100 0 11011 11110011 110100 110000

Color Harmonies of #413BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BB9

Black with #413BB9

Text Example


Text Example

White with #413BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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