#431D8C

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

Shades of Windsor #431D8C

Tints of Windsor #431D8C

Color information

#431D8C (or 0x431D8C) is unknown color: approx Windsor. HEX triplet: 43, 1D and 8C. RGB value is (67,29,140). Sum of RGB (Red+Green+Blue) = 67+29+140=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #431D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431D8C is #BCE273. Grayscale: #343434. Windows color (decimal): -12378740 or 9182531. OLE color: 9182531.

HSL color Cylindrical-coordinate representation of color #431D8C: hue angle of 260.54º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431D8C is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6729140-
CMYK0.520.7900.45
HSL260.54º65.68%33.14%-
HSV(B)260.54º79.29%54.9%-
XYZ7.493.9725.18-
YUV53.02177.09137.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 140 (55.08% from 255) = 59.32%
R=28.39%
G=12.29%
B=59.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67291400.520.7900.45260.5465.6833.14
Hex431D8C344F02D1054221
Octal103352146411705540510241
Binary10000111110110001100110100100111101011011000001011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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