#402471

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

Shades of Windsor #402471

Tints of Windsor #402471

Color information

#402471 (or 0x402471) is unknown color: approx Windsor. HEX triplet: 40, 24 and 71. RGB value is (64,36,113). Sum of RGB (Red+Green+Blue) = 64+36+113=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #402471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402471 is #BFDB8E. Grayscale: #343434. Windows color (decimal): -12573583 or 7414848. OLE color: 7414848.

HSL color Cylindrical-coordinate representation of color #402471: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402471 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6436113-
CMYK0.430.6800.56
HSL261.82º51.68%29.22%-
HSV(B)261.82º68.14%44.31%-
XYZ5.733.5416.01-
YUV53.15161.78135.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=30.05%
G=16.90%
B=53.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64361130.430.6800.56261.8251.6829.22
Hex4024712B44038106341d
Octal10044161531040704066435
Binary100000010010011100011010111000100011100010000011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402471; }

 p { color: rgb(64,36,113); }

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

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

 a { background-color: rgb(64,36,113); }

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

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

 span { border-color: rgb(64,36,113); }

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