#431D7C

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

Shades of Windsor #431D7C

Tints of Windsor #431D7C

Color information

#431D7C (or 0x431D7C) is unknown color: approx Windsor. HEX triplet: 43, 1D and 7C. RGB value is (67,29,124). Sum of RGB (Red+Green+Blue) = 67+29+124=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #431D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D7C is #BCE283. Grayscale: #323232. Windows color (decimal): -12378756 or 8133955. OLE color: 8133955.

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

Color convert

RGB6729124-
CMYK0.460.7700.51
HSL264º62.09%30%-
HSV(B)264º76.61%48.63%-
XYZ6.393.5319.41-
YUV51.19169.09139.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=30.45%
G=13.18%
B=56.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67291240.460.7700.5126462.0930
Hex431D7C2E4D0331083e1e
Octal10335174561150634107636
Binary10000111110111111001011101001101011001110000100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,29,124); }

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

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

 a { background-color: rgb(67,29,124); }

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

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

 span { border-color: rgb(67,29,124); }

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