#40257C

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

Shades of Windsor #40257C

Tints of Windsor #40257C

Color information

#40257C (or 0x40257C) is unknown color: approx Windsor. HEX triplet: 40, 25 and 7C. RGB value is (64,37,124). Sum of RGB (Red+Green+Blue) = 64+37+124=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #40257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40257C is #BFDA83. Grayscale: #363636. Windows color (decimal): -12573316 or 8136000. OLE color: 8136000.

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

Color convert

RGB6437124-
CMYK0.480.7000.51
HSL258.62º54.04%31.57%-
HSV(B)258.62º70.16%48.63%-
XYZ6.413.8719.48-
YUV54.99166.95134.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=28.44%
G=16.44%
B=55.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64371240.480.7000.51258.6254.0431.57
Hex40257C30460331033620
Octal10045174601060634036640
Binary1000000100101111110011000010001100110011100000011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40257C; }

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

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

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

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

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

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

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

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