#431E79

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

Shades of Windsor #431E79

Tints of Windsor #431E79

Color information

#431E79 (or 0x431E79) is unknown color: approx Windsor. HEX triplet: 43, 1E and 79. RGB value is (67,30,121). Sum of RGB (Red+Green+Blue) = 67+30+121=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #431E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E79 is #BCE186. Grayscale: #333333. Windows color (decimal): -12378503 or 7937603. OLE color: 7937603.

HSL color Cylindrical-coordinate representation of color #431E79: hue angle of 264.4º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431E79 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6730121-
CMYK0.450.7500.53
HSL264.4º60.26%29.61%-
HSV(B)264.4º75.21%47.45%-
XYZ6.233.518.44-
YUV51.44167.26139.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 121 (47.66% from 255) = 55.50%
R=30.73%
G=13.76%
B=55.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67301210.450.7500.53264.460.2629.61
Hex431E792D4B0351083c1e
Octal10336171551130654107436
Binary10000111111011110011011011001011011010110000100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431E79; }

 p { color: rgb(67,30,121); }

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

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

 a { background-color: rgb(67,30,121); }

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

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

 span { border-color: rgb(67,30,121); }

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