#4143D1

Color #4143D1 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4143D1

Tints of Free Speech Blue #4143D1

Color information

#4143D1 (or 0x4143D1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 43 and D1. RGB value is (65,67,209). Sum of RGB (Red+Green+Blue) = 65+67+209=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #4143D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4143D1 is #BEBC2E. Grayscale: #525252. Windows color (decimal): -12500015 or 13714241. OLE color: 13714241.

HSL color Cylindrical-coordinate representation of color #4143D1: hue angle of 239.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4143D1 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6567209-
CMYK0.690.6800.18
HSL239.17º61.02%53.73%-
HSV(B)239.17º68.9%81.96%-
XYZ15.79.7461.37-
YUV82.59199.34115.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=19.06%
G=19.65%
B=61.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65672090.690.6800.18239.1761.0253.73
Hex4143D14544012ef3d36
Octal1011033211051040223577566
Binary10000011000011110100011000101100010001001011101111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4143D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4143D1; }

 p { color: rgb(65,67,209); }

 H1.HeaderClassName
 {
   color: #4143D1;
 }
 .AnyTagClassName
 {
   color: #4143D1;
 }
</style>
background-color css

<style>
 a { background-color: #4143D1; }

 a { background-color: rgb(65,67,209); }

 div.DivClassName
 {
   background-color: #4143D1;
 }
 .BgClassName
 {
   background-color: #4143D1;
 }
</style>
border-color css

<style>
 span { border-color: #4143D1; }

 span { border-color: rgb(65,67,209); }

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