#431A75

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

Shades of Windsor #431A75

Tints of Windsor #431A75

Color information

#431A75 (or 0x431A75) is unknown color: approx Windsor. HEX triplet: 43, 1A and 75. RGB value is (67,26,117). Sum of RGB (Red+Green+Blue) = 67+26+117=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #431A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A75 is #BCE58A. Grayscale: #303030. Windows color (decimal): -12379531 or 7674435. OLE color: 7674435.

HSL color Cylindrical-coordinate representation of color #431A75: hue angle of 267.03º 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 #431A75 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6726117-
CMYK0.430.7800.54
HSL267.03º63.64%28.04%-
HSV(B)267.03º77.78%45.88%-
XYZ5.93.2217.14-
YUV48.63166.58141.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=31.90%
G=12.38%
B=55.71%

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
Decimal67261170.430.7800.54267.0363.6428.04
Hex431A752B4E03610b401c
Octal103321655311606641310034
Binary100001111010111010110101110011100110110100001011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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