#402171

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

Shades of Windsor #402171

Tints of Windsor #402171

Color information

#402171 (or 0x402171) is unknown color: approx Windsor. HEX triplet: 40, 21 and 71. RGB value is (64,33,113). Sum of RGB (Red+Green+Blue) = 64+33+113=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #402171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402171 is #BFDE8E. Grayscale: #333333. Windows color (decimal): -12574351 or 7414080. OLE color: 7414080.

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

Color convert

RGB6433113-
CMYK0.430.7100.56
HSL263.25º54.79%28.63%-
HSV(B)263.25º70.8%44.31%-
XYZ5.643.3715.98-
YUV51.39162.77137-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=30.48%
G=15.71%
B=53.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64331130.430.7100.56263.2554.7928.63
Hex4021712B47038107371d
Octal10041161531070704076735
Binary100000010000111100011010111000111011100010000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402171; }

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

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

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

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

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

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

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

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