#403378

Color #403378 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #403378

Tints of Windsor #403378

Color information

#403378 (or 0x403378) is unknown color: approx Windsor. HEX triplet: 40, 33 and 78. RGB value is (64,51,120). Sum of RGB (Red+Green+Blue) = 64+51+120=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #403378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403378 is #BFCC87. Grayscale: #3E3E3E. Windows color (decimal): -12569736 or 7877440. OLE color: 7877440.

HSL color Cylindrical-coordinate representation of color #403378: hue angle of 251.3º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403378 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6451120-
CMYK0.470.5800.53
HSL251.3º40.35%33.53%-
HSV(B)251.3º57.5%47.06%-
XYZ6.694.8118.35-
YUV62.75160.31128.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=27.23%
G=21.70%
B=51.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64511200.470.5800.53251.340.3533.53
Hex4033782F3A035fb2822
Octal1006317057720653735042
Binary10000001100111111000101111111010011010111111011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403378; }

 p { color: rgb(64,51,120); }

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

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

 a { background-color: rgb(64,51,120); }

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

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

 span { border-color: rgb(64,51,120); }

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