#402675

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

Shades of Windsor #402675

Tints of Windsor #402675

Color information

#402675 (or 0x402675) is unknown color: approx Windsor. HEX triplet: 40, 26 and 75. RGB value is (64,38,117). Sum of RGB (Red+Green+Blue) = 64+38+117=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #402675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402675 is #BFD98A. Grayscale: #363636. Windows color (decimal): -12573067 or 7677504. OLE color: 7677504.

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

Color convert

RGB6438117-
CMYK0.450.6800.54
HSL259.75º50.97%30.39%-
HSV(B)259.75º67.52%45.88%-
XYZ6.023.7617.24-
YUV54.78163.11134.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=29.22%
G=17.35%
B=53.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64381170.450.6800.54259.7550.9730.39
Hex4026752D44036104331e
Octal10046165551040664046336
Binary100000010011011101011011011000100011011010000010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402675; }

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

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

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

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

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

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

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

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