#43317A

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

Shades of Windsor #43317A

Tints of Windsor #43317A

Color information

#43317A (or 0x43317A) is unknown color: approx Windsor. HEX triplet: 43, 31 and 7A. RGB value is (67,49,122). Sum of RGB (Red+Green+Blue) = 67+49+122=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #43317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43317A is #BCCE85. Grayscale: #3E3E3E. Windows color (decimal): -12373638 or 8008003. OLE color: 8008003.

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

Color convert

RGB6749122-
CMYK0.450.6000.52
HSL254.79º42.69%33.53%-
HSV(B)254.79º59.84%47.84%-
XYZ6.934.818.97-
YUV62.7161.46131.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=28.15%
G=20.59%
B=51.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67491220.450.6000.52254.7942.6933.53
Hex43317A2D3C034ff2b22
Octal1036117255740643775342
Binary10000111100011111010101101111100011010011111111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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