#431E7D

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

Shades of Windsor #431E7D

Tints of Windsor #431E7D

Color information

#431E7D (or 0x431E7D) is unknown color: approx Windsor. HEX triplet: 43, 1E and 7D. RGB value is (67,30,125). Sum of RGB (Red+Green+Blue) = 67+30+125=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #431E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E7D is #BCE182. Grayscale: #333333. Windows color (decimal): -12378499 or 8199747. OLE color: 8199747.

HSL color Cylindrical-coordinate representation of color #431E7D: hue angle of 263.37º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431E7D is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6730125-
CMYK0.460.7600.51
HSL263.37º61.29%30.39%-
HSV(B)263.37º76%49.02%-
XYZ6.483.619.76-
YUV51.89169.26138.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=30.18%
G=13.51%
B=56.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67301250.460.7600.51263.3761.2930.39
Hex431E7D2E4C0331073d1e
Octal10336175561140634077536
Binary10000111111011111011011101001100011001110000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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