#402678

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

Shades of Windsor #402678

Tints of Windsor #402678

Color information

#402678 (or 0x402678) is unknown color: approx Windsor. HEX triplet: 40, 26 and 78. RGB value is (64,38,120). Sum of RGB (Red+Green+Blue) = 64+38+120=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #402678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402678 is #BFD987. Grayscale: #363636. Windows color (decimal): -12573064 or 7874112. OLE color: 7874112.

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

Color convert

RGB6438120-
CMYK0.470.6800.53
HSL259.02º51.9%30.98%-
HSV(B)259.02º68.33%47.06%-
XYZ6.23.8318.18-
YUV55.12164.61134.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=28.83%
G=17.12%
B=54.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64381200.470.6800.53259.0251.930.98
Hex4026782F44035103341f
Octal10046170571040654036437
Binary100000010011011110001011111000100011010110000001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402678; }

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

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

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

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

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

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

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

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