#402571

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

Shades of Windsor #402571

Tints of Windsor #402571

Color information

#402571 (or 0x402571) is unknown color: approx Windsor. HEX triplet: 40, 25 and 71. RGB value is (64,37,113). Sum of RGB (Red+Green+Blue) = 64+37+113=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #402571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402571 is #BFDA8E. Grayscale: #353535. Windows color (decimal): -12573327 or 7415104. OLE color: 7415104.

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

Color convert

RGB6437113-
CMYK0.430.6700.56
HSL261.32º50.67%29.41%-
HSV(B)261.32º67.26%44.31%-
XYZ5.763.6116.02-
YUV53.74161.45135.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=29.91%
G=17.29%
B=52.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64371130.430.6700.56261.3250.6729.41
Hex4025712B43038105331d
Octal10045161531030704056335
Binary100000010010111100011010111000011011100010000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402571; }

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

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

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

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

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

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

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

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