#403ED7

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

Shades of Free Speech Blue #403ED7

Tints of Free Speech Blue #403ED7

Color information

#403ED7 (or 0x403ED7) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3E and D7. RGB value is (64,62,215). Sum of RGB (Red+Green+Blue) = 64+62+215=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #403ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ED7 is #BFC128. Grayscale: #4F4F4F. Windows color (decimal): -12566825 or 14106176. OLE color: 14106176.

HSL color Cylindrical-coordinate representation of color #403ED7: hue angle of 240.78º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403ED7 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6462215-
CMYK0.700.7100.16
HSL240.78º65.67%54.31%-
HSV(B)240.78º71.16%84.31%-
XYZ16.19.4465.26-
YUV80.04204.16116.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 215 (84.38% from 255) = 63.05%
R=18.77%
G=18.18%
B=63.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64622150.700.7100.16240.7865.6754.31
Hex403ED74647010f14236
Octal1007632710610702036110266
Binary10000001111101101011110001101000111010000111100011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403ED7; }

 p { color: rgb(64,62,215); }

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

<style>
 a { background-color: #403ED7; }

 a { background-color: rgb(64,62,215); }

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

<style>
 span { border-color: #403ED7; }

 span { border-color: rgb(64,62,215); }

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