#43317C

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

Shades of Windsor #43317C

Tints of Windsor #43317C

Color information

#43317C (or 0x43317C) is unknown color: approx Windsor. HEX triplet: 43, 31 and 7C. RGB value is (67,49,124). Sum of RGB (Red+Green+Blue) = 67+49+124=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #43317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43317C is #BCCE83. Grayscale: #3E3E3E. Windows color (decimal): -12373636 or 8139075. OLE color: 8139075.

HSL color Cylindrical-coordinate representation of color #43317C: hue angle of 254.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43317C is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6749124-
CMYK0.460.6000.51
HSL254.4º43.35%33.92%-
HSV(B)254.4º60.48%48.63%-
XYZ7.054.8519.63-
YUV62.93162.46130.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.92%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=27.92%
G=20.42%
B=51.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67491240.460.6000.51254.443.3533.92
Hex43317C2E3C033fe2b22
Octal1036117456740633765342
Binary10000111100011111100101110111100011001111111110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43317C; }

 p { color: rgb(67,49,124); }

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

<style>
 a { background-color: #43317C; }

 a { background-color: rgb(67,49,124); }

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

<style>
 span { border-color: #43317C; }

 span { border-color: rgb(67,49,124); }

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