#431C76

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

Shades of Windsor #431C76

Tints of Windsor #431C76

Color information

#431C76 (or 0x431C76) is unknown color: approx Windsor. HEX triplet: 43, 1C and 76. RGB value is (67,28,118). Sum of RGB (Red+Green+Blue) = 67+28+118=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #431C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C76 is #BCE389. Grayscale: #313131. Windows color (decimal): -12379018 or 7740483. OLE color: 7740483.

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

Color convert

RGB6728118-
CMYK0.430.7600.54
HSL266º61.64%28.63%-
HSV(B)266º76.27%46.27%-
XYZ63.3317.47-
YUV49.92166.42140.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=31.46%
G=13.15%
B=55.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67281180.430.7600.5426661.6428.63
Hex431C762B4C03610a3e1d
Octal10334166531140664127635
Binary10000111110011101101010111001100011011010000101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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