#431E7A

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

Shades of Windsor #431E7A

Tints of Windsor #431E7A

Color information

#431E7A (or 0x431E7A) is unknown color: approx Windsor. HEX triplet: 43, 1E and 7A. RGB value is (67,30,122). Sum of RGB (Red+Green+Blue) = 67+30+122=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #431E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E7A is #BCE185. Grayscale: #333333. Windows color (decimal): -12378502 or 8003139. OLE color: 8003139.

HSL color Cylindrical-coordinate representation of color #431E7A: hue angle of 264.13º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431E7A is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6730122-
CMYK0.450.7500.52
HSL264.13º60.53%29.8%-
HSV(B)264.13º75.41%47.84%-
XYZ6.293.5318.76-
YUV51.55167.76139.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=30.59%
G=13.70%
B=55.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67301220.450.7500.52264.1360.5329.8
Hex431E7A2D4B0341083d1e
Octal10336172551130644107536
Binary10000111111011110101011011001011011010010000100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,30,122); }

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

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

 a { background-color: rgb(67,30,122); }

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

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

 span { border-color: rgb(67,30,122); }

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