Html Css Color HEX #413DC5 Free Speech Blue

📋 copy color: '#413DC5'

red 65 ◦ green 61 ◦ blue 197

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

Shades of Free Speech Blue #413DC5

Tints of Free Speech Blue #413DC5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 197 (77.34% from 255) = 60.99%

R = 20.12%
G = 18.89%
B = 60.99%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#413DC5 (or 0x413DC5) is known color: Free Speech Blue. HEX triplet: 41, 3D and C5. RGB value is (65,61,197). Sum of RGB (Red+Green+Blue) = 65+61+197=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #413DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DC5 is #BEC23A. Grayscale: #4D4D4D. Windows color (decimal): -12501563 or 12926273. OLE color: 12926273.

HSL color Cylindrical-coordinate representation of color #413DC5: hue angle of 241.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413DC5 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 61 197 -
CMYK 0.67 0.69 0 0.23
HSL 241.76º 0.54% 0.51% -
HSV(B) 241.76º 0.69% 0.77% -
XYZ 13.93 8.49 53.73 -
YUV 77.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 65 61 197 0.67 0.69 0 0.23 241.76 0.54 0.51
Hex 41 3D C5 43 45 0 17 F2 36 33
Octal 101 75 305 103 105 0 27 362 66 63
Binary 1000001 111101 11000101 1000011 1000101 0 10111 11110010 110110 110011

Color Harmonies of #413DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DC5

Black with #413DC5

Text Example


Text Example

White with #413DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,197); }

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

background-color css

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

 a { background-color: rgb(65,61,197); }

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

border-color css

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

 span { border-color: rgb(65,61,197); }

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