#402481

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

Shades of Windsor #402481

Tints of Windsor #402481

Color information

#402481 (or 0x402481) is unknown color: approx Windsor. HEX triplet: 40, 24 and 81. RGB value is (64,36,129). Sum of RGB (Red+Green+Blue) = 64+36+129=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #402481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402481 is #BFDB7E. Grayscale: #363636. Windows color (decimal): -12573567 or 8463424. OLE color: 8463424.

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

Color convert

RGB6436129-
CMYK0.500.7200.49
HSL258.06º56.36%32.35%-
HSV(B)258.06º72.09%50.59%-
XYZ6.713.9421.18-
YUV54.97169.78134.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 129 (50.78% from 255) = 56.33%
R=27.95%
G=15.72%
B=56.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64361290.500.7200.49258.0656.3632.35
Hex40248132480311023820
Octal10044201621100614027040
Binary10000001001001000000111001010010000110001100000010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402481; }

 p { color: rgb(64,36,129); }

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

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

 a { background-color: rgb(64,36,129); }

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

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

 span { border-color: rgb(64,36,129); }

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