#401D7B

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

Shades of Windsor #401D7B

Tints of Windsor #401D7B

Color information

#401D7B (or 0x401D7B) is unknown color: approx Windsor. HEX triplet: 40, 1D and 7B. RGB value is (64,29,123). Sum of RGB (Red+Green+Blue) = 64+29+123=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #401D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D7B is #BFE284. Grayscale: #313131. Windows color (decimal): -12575365 or 8068416. OLE color: 8068416.

HSL color Cylindrical-coordinate representation of color #401D7B: hue angle of 262.34º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401D7B is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6429123-
CMYK0.480.7600.52
HSL262.34º61.84%29.8%-
HSV(B)262.34º76.42%48.24%-
XYZ6.133.419.07-
YUV50.18169.1137.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=29.63%
G=13.43%
B=56.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64291230.480.7600.52262.3461.8429.8
Hex401D7B304C0341063e1e
Octal10035173601140644067636
Binary10000001110111110111100001001100011010010000011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401D7B; }

 p { color: rgb(64,29,123); }

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

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

 a { background-color: rgb(64,29,123); }

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

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

 span { border-color: rgb(64,29,123); }

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