#431A76

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

Shades of Windsor #431A76

Tints of Windsor #431A76

Color information

#431A76 (or 0x431A76) is unknown color: approx Windsor. HEX triplet: 43, 1A and 76. RGB value is (67,26,118). Sum of RGB (Red+Green+Blue) = 67+26+118=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #431A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A76 is #BCE589. Grayscale: #303030. Windows color (decimal): -12379530 or 7739971. OLE color: 7739971.

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

Color convert

RGB6726118-
CMYK0.430.7800.54
HSL266.74º63.89%28.24%-
HSV(B)266.74º77.97%46.27%-
XYZ5.953.2417.45-
YUV48.75167.08141.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=31.75%
G=12.32%
B=55.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67261180.430.7800.54266.7463.8928.24
Hex431A762B4E03610b401c
Octal103321665311606641310034
Binary100001111010111011010101110011100110110100001011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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