#402781

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

Shades of Windsor #402781

Tints of Windsor #402781

Color information

#402781 (or 0x402781) is unknown color: approx Windsor. HEX triplet: 40, 27 and 81. RGB value is (64,39,129). Sum of RGB (Red+Green+Blue) = 64+39+129=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #402781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402781 is #BFD87E. Grayscale: #383838. Windows color (decimal): -12572799 or 8464192. OLE color: 8464192.

HSL color Cylindrical-coordinate representation of color #402781: hue angle of 256.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402781 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6439129-
CMYK0.500.7000.49
HSL256.67º53.57%32.94%-
HSV(B)256.67º69.77%50.59%-
XYZ6.84.1321.21-
YUV56.74168.78133.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 129 (50.78% from 255) = 55.60%
R=27.59%
G=16.81%
B=55.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64391290.500.7000.49256.6753.5732.94
Hex40278132460311013621
Octal10047201621060614016641
Binary10000001001111000000111001010001100110001100000001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402781; }

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

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

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

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

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

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

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

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