#4132D7

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

Shades of Free Speech Blue #4132D7

Tints of Free Speech Blue #4132D7

Color information

#4132D7 (or 0x4132D7) is unknown color: approx Free Speech Blue. HEX triplet: 41, 32 and D7. RGB value is (65,50,215). Sum of RGB (Red+Green+Blue) = 65+50+215=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #4132D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132D7 is #BECD28. Grayscale: #484848. Windows color (decimal): -12504361 or 14103105. OLE color: 14103105.

HSL color Cylindrical-coordinate representation of color #4132D7: hue angle of 245.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4132D7 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6550215-
CMYK0.700.7700.16
HSL245.45º67.35%51.96%-
HSV(B)245.45º76.74%84.31%-
XYZ15.598.3165.07-
YUV73.3207.97122.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 215 (84.38% from 255) = 65.15%
R=19.70%
G=15.15%
B=65.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65502150.700.7700.16245.4567.3551.96
Hex4132D7464D010f54334
Octal1016232710611502036510364
Binary10000011100101101011110001101001101010000111101011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4132D7; }

 p { color: rgb(65,50,215); }

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

<style>
 a { background-color: #4132D7; }

 a { background-color: rgb(65,50,215); }

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

<style>
 span { border-color: #4132D7; }

 span { border-color: rgb(65,50,215); }

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