#431F7B

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

Shades of Windsor #431F7B

Tints of Windsor #431F7B

Color information

#431F7B (or 0x431F7B) is unknown color: approx Windsor. HEX triplet: 43, 1F and 7B. RGB value is (67,31,123). Sum of RGB (Red+Green+Blue) = 67+31+123=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #431F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F7B is #BCE084. Grayscale: #333333. Windows color (decimal): -12378245 or 8068931. OLE color: 8068931.

HSL color Cylindrical-coordinate representation of color #431F7B: hue angle of 263.48º degrees, saturation: 0.6, 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 #431F7B is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6731123-
CMYK0.460.7500.52
HSL263.48º59.74%30.2%-
HSV(B)263.48º74.8%48.24%-
XYZ6.383.619.1-
YUV52.25167.93138.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=30.32%
G=14.03%
B=55.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67311230.460.7500.52263.4859.7430.2
Hex431F7B2E4B0341073c1e
Octal10337173561130644077436
Binary10000111111111110111011101001011011010010000011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,31,123); }

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

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

 a { background-color: rgb(67,31,123); }

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

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

 span { border-color: rgb(67,31,123); }

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