#402B75

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

Shades of Windsor #402B75

Tints of Windsor #402B75

Color information

#402B75 (or 0x402B75) is unknown color: approx Windsor. HEX triplet: 40, 2B and 75. RGB value is (64,43,117). Sum of RGB (Red+Green+Blue) = 64+43+117=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #402B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B75 is #BFD48A. Grayscale: #393939. Windows color (decimal): -12571787 or 7678784. OLE color: 7678784.

HSL color Cylindrical-coordinate representation of color #402B75: hue angle of 257.03º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402B75 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6443117-
CMYK0.450.6300.54
HSL257.03º46.25%31.37%-
HSV(B)257.03º63.25%45.88%-
XYZ6.194.117.3-
YUV57.72161.46132.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=28.57%
G=19.20%
B=52.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64431170.450.6300.54257.0346.2531.37
Hex402B752D3F0361012e1f
Octal1005316555770664015637
Binary10000001010111110101101101111111011011010000000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,117); }

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

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

 a { background-color: rgb(64,43,117); }

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

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

 span { border-color: rgb(64,43,117); }

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