#402382

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

Shades of Windsor #402382

Tints of Windsor #402382

Color information

#402382 (or 0x402382) is unknown color: approx Windsor. HEX triplet: 40, 23 and 82. RGB value is (64,35,130). Sum of RGB (Red+Green+Blue) = 64+35+130=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #402382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402382 is #BFDC7D. Grayscale: #363636. Windows color (decimal): -12573822 or 8528704. OLE color: 8528704.

HSL color Cylindrical-coordinate representation of color #402382: hue angle of 258.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402382 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6435130-
CMYK0.510.7300.49
HSL258.32º57.58%32.35%-
HSV(B)258.32º73.08%50.98%-
XYZ6.743.921.52-
YUV54.5170.61134.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=27.95%
G=15.28%
B=56.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64351300.510.7300.49258.3257.5832.35
Hex40238233490311023a20
Octal10043202631110614027240
Binary10000001000111000001011001110010010110001100000010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402382; }

 p { color: rgb(64,35,130); }

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

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

 a { background-color: rgb(64,35,130); }

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

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

 span { border-color: rgb(64,35,130); }

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