#402F7A

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

Shades of Windsor #402F7A

Tints of Windsor #402F7A

Color information

#402F7A (or 0x402F7A) is unknown color: approx Windsor. HEX triplet: 40, 2F and 7A. RGB value is (64,47,122). Sum of RGB (Red+Green+Blue) = 64+47+122=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #402F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F7A is #BFD085. Grayscale: #3C3C3C. Windows color (decimal): -12570758 or 8007488. OLE color: 8007488.

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

Color convert

RGB6447122-
CMYK0.480.6100.52
HSL253.6º44.38%33.14%-
HSV(B)253.6º61.48%47.84%-
XYZ6.644.5318.94-
YUV60.63162.63130.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=27.47%
G=20.17%
B=52.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64471220.480.6100.52253.644.3833.14
Hex402F7A303D034fe2c21
Octal1005717260750643765441
Binary10000001011111111010110000111101011010011111110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,47,122); }

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

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

 a { background-color: rgb(64,47,122); }

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

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

 span { border-color: rgb(64,47,122); }

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