#402174

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

Shades of Windsor #402174

Tints of Windsor #402174

Color information

#402174 (or 0x402174) is unknown color: approx Windsor. HEX triplet: 40, 21 and 74. RGB value is (64,33,116). Sum of RGB (Red+Green+Blue) = 64+33+116=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #402174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402174 is #BFDE8B. Grayscale: #333333. Windows color (decimal): -12574348 or 7610688. OLE color: 7610688.

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

Color convert

RGB6433116-
CMYK0.450.7200.55
HSL262.41º55.7%29.22%-
HSV(B)262.41º71.55%45.49%-
XYZ5.813.4416.88-
YUV51.73164.27136.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=30.05%
G=15.49%
B=54.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64331160.450.7200.55262.4155.729.22
Hex4021742D48037106381d
Octal10041164551100674067035
Binary100000010000111101001011011001000011011110000011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402174; }

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

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

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

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

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

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

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

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