#402378

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

Shades of Windsor #402378

Tints of Windsor #402378

Color information

#402378 (or 0x402378) is unknown color: approx Windsor. HEX triplet: 40, 23 and 78. RGB value is (64,35,120). Sum of RGB (Red+Green+Blue) = 64+35+120=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #402378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402378 is #BFDC87. Grayscale: #353535. Windows color (decimal): -12573832 or 7873344. OLE color: 7873344.

HSL color Cylindrical-coordinate representation of color #402378: hue angle of 260.47º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402378 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6435120-
CMYK0.470.7100.53
HSL260.47º54.84%30.39%-
HSV(B)260.47º70.83%47.06%-
XYZ6.113.6518.15-
YUV53.36165.61135.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=29.22%
G=15.98%
B=54.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64351200.470.7100.53260.4754.8430.39
Hex4023782F47035104371e
Octal10043170571070654046736
Binary100000010001111110001011111000111011010110000010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402378; }

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

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

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

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

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

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

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

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