#402A7C

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

Shades of Windsor #402A7C

Tints of Windsor #402A7C

Color information

#402A7C (or 0x402A7C) is unknown color: approx Windsor. HEX triplet: 40, 2A and 7C. RGB value is (64,42,124). Sum of RGB (Red+Green+Blue) = 64+42+124=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #402A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A7C is #BFD583. Grayscale: #393939. Windows color (decimal): -12572036 or 8137280. OLE color: 8137280.

HSL color Cylindrical-coordinate representation of color #402A7C: hue angle of 256.1º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402A7C is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6442124-
CMYK0.480.6600.51
HSL256.1º49.4%32.55%-
HSV(B)256.1º66.13%48.63%-
XYZ6.584.219.53-
YUV57.93165.29132.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=27.83%
G=18.26%
B=53.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64421240.480.6600.51256.149.432.55
Hex402A7C30420331003121
Octal10052174601020634006141
Binary1000000101010111110011000010000100110011100000000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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