Html Css Color HEX #413DDD Free Speech Blue

📋 copy color: '#413DDD'

red 65 ◦ green 61 ◦ blue 221

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

Shades of Free Speech Blue #413DDD

Tints of Free Speech Blue #413DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 18.73%
G = 17.58%
B = 63.69%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#413DDD (or 0x413DDD) is known color: Free Speech Blue. HEX triplet: 41, 3D and DD. RGB value is (65,61,221). Sum of RGB (Red+Green+Blue) = 65+61+221=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #413DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DDD is #BEC222. Grayscale: #4F4F4F. Windows color (decimal): -12501539 or 14499137. OLE color: 14499137.

HSL color Cylindrical-coordinate representation of color #413DDD: hue angle of 241.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413DDD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 61 221 -
CMYK 0.71 0.72 0 0.13
HSL 241.5º 0.7% 0.55% -
HSV(B) 241.5º 0.72% 0.87% -
XYZ 16.9 9.68 69.38 -
YUV 80.44 207.33 116.99 -
System Red Green Blue C M Y K H S L
Decimal 65 61 221 0.71 0.72 0 0.13 241.5 0.7 0.55
Hex 41 3D DD 47 48 0 D F2 46 37
Octal 101 75 335 107 110 0 15 362 106 67
Binary 1000001 111101 11011101 1000111 1001000 0 1101 11110010 1000110 110111

Color Harmonies of #413DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DDD

Black with #413DDD

Text Example


Text Example

White with #413DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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