Html Css Color HEX #413DDA Free Speech Blue

📋 copy color: '#413DDA'

red 65 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Blue #413DDA

Tints of Free Speech Blue #413DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.37%

R = 18.9%
G = 17.73%
B = 63.37%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#413DDA (or 0x413DDA) is known color: Free Speech Blue. HEX triplet: 41, 3D and DA. RGB value is (65,61,218). Sum of RGB (Red+Green+Blue) = 65+61+218=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #413DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DDA is #BEC225. Grayscale: #4F4F4F. Windows color (decimal): -12501542 or 14302529. OLE color: 14302529.

HSL color Cylindrical-coordinate representation of color #413DDA: hue angle of 241.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413DDA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 61 218 -
CMYK 0.70 0.72 0 0.15
HSL 241.53º 0.68% 0.55% -
HSV(B) 241.53º 0.72% 0.85% -
XYZ 16.5 9.52 67.3 -
YUV 80.09 205.83 117.23 -
System Red Green Blue C M Y K H S L
Decimal 65 61 218 0.70 0.72 0 0.15 241.53 0.68 0.55
Hex 41 3D DA 46 48 0 F F2 44 37
Octal 101 75 332 106 110 0 17 362 104 67
Binary 1000001 111101 11011010 1000110 1001000 0 1111 11110010 1000100 110111

Color Harmonies of #413DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DDA

Black with #413DDA

Text Example


Text Example

White with #413DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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