#431C7B

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

Shades of Windsor #431C7B

Tints of Windsor #431C7B

Color information

#431C7B (or 0x431C7B) is unknown color: approx Windsor. HEX triplet: 43, 1C and 7B. RGB value is (67,28,123). Sum of RGB (Red+Green+Blue) = 67+28+123=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #431C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C7B is #BCE384. Grayscale: #323232. Windows color (decimal): -12379013 or 8068163. OLE color: 8068163.

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

Color convert

RGB6728123-
CMYK0.460.7700.52
HSL264.63º62.91%29.61%-
HSV(B)264.63º77.24%48.24%-
XYZ6.313.4519.07-
YUV50.49168.92139.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=30.73%
G=12.84%
B=56.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67281230.460.7700.52264.6362.9129.61
Hex431C7B2E4D0341093f1e
Octal10334173561150644117736
Binary10000111110011110111011101001101011010010000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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