#402783

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

Shades of Windsor #402783

Tints of Windsor #402783

Color information

#402783 (or 0x402783) is unknown color: approx Windsor. HEX triplet: 40, 27 and 83. RGB value is (64,39,131). Sum of RGB (Red+Green+Blue) = 64+39+131=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #402783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402783 is #BFD87C. Grayscale: #383838. Windows color (decimal): -12572797 or 8595264. OLE color: 8595264.

HSL color Cylindrical-coordinate representation of color #402783: hue angle of 256.3º 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 #402783 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6439131-
CMYK0.510.7000.49
HSL256.3º54.12%33.33%-
HSV(B)256.3º70.23%51.37%-
XYZ6.944.1821.91-
YUV56.96169.78133.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=27.35%
G=16.67%
B=55.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64391310.510.7000.49256.354.1233.33
Hex40278333460311003621
Octal10047203631060614006641
Binary10000001001111000001111001110001100110001100000000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402783; }

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

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

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

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

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

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

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

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