#402574

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

Shades of Windsor #402574

Tints of Windsor #402574

Color information

#402574 (or 0x402574) is unknown color: approx Windsor. HEX triplet: 40, 25 and 74. RGB value is (64,37,116). Sum of RGB (Red+Green+Blue) = 64+37+116=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #402574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402574 is #BFDA8B. Grayscale: #353535. Windows color (decimal): -12573324 or 7611712. OLE color: 7611712.

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

Color convert

RGB6437116-
CMYK0.450.6800.55
HSL260.51º51.63%30%-
HSV(B)260.51º68.1%45.49%-
XYZ5.933.6716.92-
YUV54.08162.95135.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=29.49%
G=17.05%
B=53.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64371160.450.6800.55260.5151.6330
Hex4025742D44037105341e
Octal10045164551040674056436
Binary100000010010111101001011011000100011011110000010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402574; }

 p { color: rgb(64,37,116); }

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

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

 a { background-color: rgb(64,37,116); }

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

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

 span { border-color: rgb(64,37,116); }

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