Html Css Color HEX #413CB9 Free Speech Blue

📋 copy color: '#413CB9'

red 65 ◦ green 60 ◦ blue 185

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

Shades of Free Speech Blue #413CB9

Tints of Free Speech Blue #413CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

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

R = 20.97%
G = 19.35%
B = 59.68%

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

#413CB9 (or 0x413CB9) is known color: Free Speech Blue. HEX triplet: 41, 3C and B9. RGB value is (65,60,185). Sum of RGB (Red+Green+Blue) = 65+60+185=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #413CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CB9 is #BEC346. Grayscale: #4B4B4B. Windows color (decimal): -12501831 or 12139585. OLE color: 12139585.

HSL color Cylindrical-coordinate representation of color #413CB9: hue angle of 242.4º degrees, saturation: 0.51, 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 #413CB9 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 60 185 -
CMYK 0.65 0.68 0 0.27
HSL 242.4º 0.51% 0.48% -
HSV(B) 242.4º 0.68% 0.73% -
XYZ 12.55 7.86 46.75 -
YUV 75.75 189.66 120.34 -
System Red Green Blue C M Y K H S L
Decimal 65 60 185 0.65 0.68 0 0.27 242.4 0.51 0.48
Hex 41 3C B9 41 44 0 1B F2 33 30
Octal 101 74 271 101 104 0 33 362 63 60
Binary 1000001 111100 10111001 1000001 1000100 0 11011 11110010 110011 110000

Color Harmonies of #413CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CB9

Black with #413CB9

Text Example


Text Example

White with #413CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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