#402175

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

Shades of Windsor #402175

Tints of Windsor #402175

Color information

#402175 (or 0x402175) is unknown color: approx Windsor. HEX triplet: 40, 21 and 75. RGB value is (64,33,117). Sum of RGB (Red+Green+Blue) = 64+33+117=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #402175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402175 is #BFDE8A. Grayscale: #333333. Windows color (decimal): -12574347 or 7676224. OLE color: 7676224.

HSL color Cylindrical-coordinate representation of color #402175: hue angle of 262.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402175 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6433117-
CMYK0.450.7200.54
HSL262.14º56%29.41%-
HSV(B)262.14º71.79%45.88%-
XYZ5.873.4617.19-
YUV51.84164.77136.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=29.91%
G=15.42%
B=54.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64331170.450.7200.54262.145629.41
Hex4021752D48036106381d
Octal10041165551100664067035
Binary100000010000111101011011011001000011011010000011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402175; }

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

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

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

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

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

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

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

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