Html Css Color HEX #413FC7 Free Speech Blue

📋 copy color: '#413FC7'

red 65 ◦ green 63 ◦ blue 199

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

Shades of Free Speech Blue #413FC7

Tints of Free Speech Blue #413FC7

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 199 (78.13% from 255) = 60.86%

R = 19.88%
G = 19.27%
B = 60.86%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#413FC7 (or 0x413FC7) is known color: Free Speech Blue. HEX triplet: 41, 3F and C7. RGB value is (65,63,199). Sum of RGB (Red+Green+Blue) = 65+63+199=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 199 (78.12% from 255 or 60.86% from 327); Max value from RGB is 199 - color contains mainly: blue. Hex color #413FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FC7 is #BEC038. Grayscale: #4E4E4E. Windows color (decimal): -12501049 or 13057857. OLE color: 13057857.

HSL color Cylindrical-coordinate representation of color #413FC7: hue angle of 240.88º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413FC7 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 63 199 -
CMYK 0.67 0.68 0 0.22
HSL 240.88º 0.55% 0.51% -
HSV(B) 240.88º 0.68% 0.78% -
XYZ 14.27 8.8 54.98 -
YUV 79.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 65 63 199 0.67 0.68 0 0.22 240.88 0.55 0.51
Hex 41 3F C7 43 44 0 16 F1 37 33
Octal 101 77 307 103 104 0 26 361 67 63
Binary 1000001 111111 11000111 1000011 1000100 0 10110 11110001 110111 110011

Color Harmonies of #413FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413FC7

Black with #413FC7

Text Example


Text Example

White with #413FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,63,199); }

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

background-color css

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

 a { background-color: rgb(65,63,199); }

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

border-color css

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

 span { border-color: rgb(65,63,199); }

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