#402379

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

Shades of Windsor #402379

Tints of Windsor #402379

Color information

#402379 (or 0x402379) is unknown color: approx Windsor. HEX triplet: 40, 23 and 79. RGB value is (64,35,121). Sum of RGB (Red+Green+Blue) = 64+35+121=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #402379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402379 is #BFDC86. Grayscale: #353535. Windows color (decimal): -12573831 or 7938880. OLE color: 7938880.

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

Color convert

RGB6435121-
CMYK0.470.7100.53
HSL260.23º55.13%30.59%-
HSV(B)260.23º71.07%47.45%-
XYZ6.173.6718.47-
YUV53.47166.11135.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 121 (47.66% from 255) = 55%
R=29.09%
G=15.91%
B=55%

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
Decimal64351210.470.7100.53260.2355.1330.59
Hex4023792F47035104371f
Octal10043171571070654046737
Binary100000010001111110011011111000111011010110000010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402379; }

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

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

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

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

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

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

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

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