#4133D1

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

Shades of Free Speech Blue #4133D1

Tints of Free Speech Blue #4133D1

Color information

#4133D1 (or 0x4133D1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 33 and D1. RGB value is (65,51,209). Sum of RGB (Red+Green+Blue) = 65+51+209=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #4133D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133D1 is #BECC2E. Grayscale: #484848. Windows color (decimal): -12504111 or 13710145. OLE color: 13710145.

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

Color convert

RGB6551209-
CMYK0.690.7600.18
HSL245.32º63.2%50.98%-
HSV(B)245.32º75.6%81.96%-
XYZ14.878.0961.1-
YUV73.2204.64122.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 209 (82.03% from 255) = 64.31%
R=20%
G=15.69%
B=64.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65512090.690.7600.18245.3263.250.98
Hex4133D1454C012f53f33
Octal101633211051140223657763
Binary1000001110011110100011000101100110001001011110101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4133D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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