#431F76

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

Shades of Windsor #431F76

Tints of Windsor #431F76

Color information

#431F76 (or 0x431F76) is unknown color: approx Windsor. HEX triplet: 43, 1F and 76. RGB value is (67,31,118). Sum of RGB (Red+Green+Blue) = 67+31+118=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #431F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F76 is #BCE089. Grayscale: #333333. Windows color (decimal): -12378250 or 7741251. OLE color: 7741251.

HSL color Cylindrical-coordinate representation of color #431F76: hue angle of 264.83º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431F76 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6731118-
CMYK0.430.7400.54
HSL264.83º58.39%29.22%-
HSV(B)264.83º73.73%46.27%-
XYZ6.073.4817.49-
YUV51.68165.43138.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 31 (12.5% from 255) = 14.35%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=31.02%
G=14.35%
B=54.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67311180.430.7400.54264.8358.3929.22
Hex431F762B4A0361093a1d
Octal10337166531120664117235
Binary10000111111111101101010111001010011011010000100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,31,118); }

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

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

 a { background-color: rgb(67,31,118); }

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

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

 span { border-color: rgb(67,31,118); }

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