Html Css Color HEX #413CDD Free Speech Blue

📋 copy color: '#413CDD'

red 65 ◦ green 60 ◦ blue 221

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

Shades of Free Speech Blue #413CDD

Tints of Free Speech Blue #413CDD

RGB

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

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

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

R = 18.79%
G = 17.34%
B = 63.87%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#413CDD (or 0x413CDD) is known color: Free Speech Blue. HEX triplet: 41, 3C and DD. RGB value is (65,60,221). Sum of RGB (Red+Green+Blue) = 65+60+221=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #413CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CDD is #BEC322. Grayscale: #4F4F4F. Windows color (decimal): -12501795 or 14498881. OLE color: 14498881.

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

Color convert

RGB 65 60 221 -
CMYK 0.71 0.73 0 0.13
HSL 241.86º 0.7% 0.55% -
HSV(B) 241.86º 0.73% 0.87% -
XYZ 16.85 9.58 69.37 -
YUV 79.85 207.66 117.41 -
System Red Green Blue C M Y K H S L
Decimal 65 60 221 0.71 0.73 0 0.13 241.86 0.7 0.55
Hex 41 3C DD 47 49 0 D F2 46 37
Octal 101 74 335 107 111 0 15 362 106 67
Binary 1000001 111100 11011101 1000111 1001001 0 1101 11110010 1000110 110111

Color Harmonies of #413CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CDD

Black with #413CDD

Text Example


Text Example

White with #413CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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