#402C6E

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

Shades of Windsor #402C6E

Tints of Windsor #402C6E

Color information

#402C6E (or 0x402C6E) is unknown color: approx Windsor. HEX triplet: 40, 2C and 6E. RGB value is (64,44,110). Sum of RGB (Red+Green+Blue) = 64+44+110=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #402C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C6E is #BFD391. Grayscale: #393939. Windows color (decimal): -12571538 or 7220288. OLE color: 7220288.

HSL color Cylindrical-coordinate representation of color #402C6E: hue angle of 258.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402C6E is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6444110-
CMYK0.420.600.57
HSL258.18º42.86%30.2%-
HSV(B)258.18º60%43.14%-
XYZ5.834.0215.22-
YUV57.5157.63132.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=29.36%
G=20.18%
B=50.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64441100.420.600.57258.1842.8630.2
Hex402C6E2A3C0391022b1e
Octal1005415652740714025336
Binary10000001011001101110101010111100011100110000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402C6E; }

 p { color: rgb(64,44,110); }

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

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

 a { background-color: rgb(64,44,110); }

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

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

 span { border-color: rgb(64,44,110); }

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