#402a6d

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

Shades of Windsor #402A6D

Tints of Windsor #402A6D

Color information

#402A6D (or 0x402A6D) is unknown color: approx Windsor. HEX triplet: 40, 2A and 6D. RGB value is (64,42,109). Sum of RGB (Red+Green+Blue) = 64+42+109=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #402A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A6D is #BFD592. Grayscale: #373737. Windows color (decimal): -12572051 or 7154240. OLE color: 7154240.

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

Color convert

RGB6442109-
CMYK0.410.6100.57
HSL259.7º44.37%29.61%-
HSV(B)259.7º61.47%42.75%-
XYZ5.73.8514.91-
YUV56.22157.79133.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=29.77%
G=19.53%
B=50.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64421090.410.6100.57259.744.3729.61
Hex402A6D293D0391042c1e
Octal1005215551750714045436
Binary10000001010101101101101001111101011100110000010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402a6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,109); }

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

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

 a { background-color: rgb(64,42,109); }

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

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

 span { border-color: rgb(64,42,109); }

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