Html Css Color HEX #413ECC Free Speech Blue

📋 copy color: '#413ECC'

red 65 ◦ green 62 ◦ blue 204

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

Shades of Free Speech Blue #413ECC

Tints of Free Speech Blue #413ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 19.64%
G = 18.73%
B = 61.63%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#413ECC (or 0x413ECC) is known color: Free Speech Blue. HEX triplet: 41, 3E and CC. RGB value is (65,62,204). Sum of RGB (Red+Green+Blue) = 65+62+204=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #413ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ECC is #BEC133. Grayscale: #4E4E4E. Windows color (decimal): -12501300 or 13385281. OLE color: 13385281.

HSL color Cylindrical-coordinate representation of color #413ECC: hue angle of 241.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413ECC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 62 204 -
CMYK 0.68 0.70 0 0.2
HSL 241.27º 0.58% 0.52% -
HSV(B) 241.27º 0.7% 0.8% -
XYZ 14.8 8.93 58.07 -
YUV 79.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 65 62 204 0.68 0.70 0 0.2 241.27 0.58 0.52
Hex 41 3E CC 44 46 0 14 F1 3A 34
Octal 101 76 314 104 106 0 24 361 72 64
Binary 1000001 111110 11001100 1000100 1000110 0 10100 11110001 111010 110100

Color Harmonies of #413ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413ECC

Black with #413ECC

Text Example


Text Example

White with #413ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,62,204); }

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

background-color css

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

 a { background-color: rgb(65,62,204); }

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

border-color css

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

 span { border-color: rgb(65,62,204); }

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