#431d8b

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

Shades of Windsor #431D8B

Tints of Windsor #431D8B

Color information

#431D8B (or 0x431D8B) is unknown color: approx Windsor. HEX triplet: 43, 1D and 8B. RGB value is (67,29,139). Sum of RGB (Red+Green+Blue) = 67+29+139=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #431D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431D8B is #BCE274. Grayscale: #343434. Windows color (decimal): -12378741 or 9116995. OLE color: 9116995.

HSL color Cylindrical-coordinate representation of color #431D8B: hue angle of 260.73º degrees, saturation: 0.65, 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 #431D8B is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6729139-
CMYK0.520.7900.45
HSL260.73º65.48%32.94%-
HSV(B)260.73º79.14%54.51%-
XYZ7.413.9424.8-
YUV52.9176.59138.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=28.51%
G=12.34%
B=59.15%

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
Decimal67291390.520.7900.45260.7365.4832.94
Hex431D8B344F02D1054121
Octal103352136411705540510141
Binary10000111110110001011110100100111101011011000001011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431d8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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