#402375

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

Shades of Windsor #402375

Tints of Windsor #402375

Color information

#402375 (or 0x402375) is unknown color: approx Windsor. HEX triplet: 40, 23 and 75. RGB value is (64,35,117). Sum of RGB (Red+Green+Blue) = 64+35+117=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #402375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402375 is #BFDC8A. Grayscale: #343434. Windows color (decimal): -12573835 or 7676736. OLE color: 7676736.

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

Color convert

RGB6435117-
CMYK0.450.7000.54
HSL261.22º53.95%29.8%-
HSV(B)261.22º70.09%45.88%-
XYZ5.933.5817.21-
YUV53.02164.11135.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=29.63%
G=16.20%
B=54.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64351170.450.7000.54261.2253.9529.8
Hex4023752D46036105361e
Octal10043165551060664056636
Binary100000010001111101011011011000110011011010000010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402375; }

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

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

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

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

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

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

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

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