#43217F

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

Shades of Windsor #43217F

Tints of Windsor #43217F

Color information

#43217F (or 0x43217F) is unknown color: approx Windsor. HEX triplet: 43, 21 and 7F. RGB value is (67,33,127). Sum of RGB (Red+Green+Blue) = 67+33+127=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #43217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43217F is #BCDE80. Grayscale: #353535. Windows color (decimal): -12377729 or 8331587. OLE color: 8331587.

HSL color Cylindrical-coordinate representation of color #43217F: hue angle of 261.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43217F is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6733127-
CMYK0.470.7400.50
HSL261.7º58.75%31.37%-
HSV(B)261.7º74.02%49.8%-
XYZ6.693.8120.46-
YUV53.88169.26137.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 127 (50% from 255) = 55.95%
R=29.52%
G=14.54%
B=55.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67331270.470.7400.50261.758.7531.37
Hex43217F2F4A0321063b1f
Octal10341177571120624067337
Binary100001110000111111111011111001010011001010000011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43217F; }

 p { color: rgb(67,33,127); }

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

<style>
 a { background-color: #43217F; }

 a { background-color: rgb(67,33,127); }

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

<style>
 span { border-color: #43217F; }

 span { border-color: rgb(67,33,127); }

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