#431976

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

Shades of Windsor #431976

Tints of Windsor #431976

Color information

#431976 (or 0x431976) is unknown color: approx Windsor. HEX triplet: 43, 19 and 76. RGB value is (67,25,118). Sum of RGB (Red+Green+Blue) = 67+25+118=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #431976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431976 is #BCE689. Grayscale: #2F2F2F. Windows color (decimal): -12379786 or 7739715. OLE color: 7739715.

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

Color convert

RGB6725118-
CMYK0.430.7900.54
HSL267.1º65.03%28.04%-
HSV(B)267.1º78.81%46.27%-
XYZ5.933.217.44-
YUV48.16167.41141.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=31.90%
G=11.90%
B=56.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67251180.430.7900.54267.165.0328.04
Hex4319762B4F03610b411c
Octal103311665311706641310134
Binary100001111001111011010101110011110110110100001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431976; }

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

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

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

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

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

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

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

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