#43207F

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

Shades of Windsor #43207F

Tints of Windsor #43207F

Color information

#43207F (or 0x43207F) is unknown color: approx Windsor. HEX triplet: 43, 20 and 7F. RGB value is (67,32,127). Sum of RGB (Red+Green+Blue) = 67+32+127=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #43207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43207F is #BCDF80. Grayscale: #343434. Windows color (decimal): -12377985 or 8331331. OLE color: 8331331.

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

Color convert

RGB6732127-
CMYK0.470.7500.50
HSL262.11º59.75%31.18%-
HSV(B)262.11º74.8%49.8%-
XYZ6.663.7620.45-
YUV53.29169.6137.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 127 (50% from 255) = 56.19%
R=29.65%
G=14.16%
B=56.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67321270.470.7500.50262.1159.7531.18
Hex43207F2F4B0321063c1f
Octal10340177571130624067437
Binary100001110000011111111011111001011011001010000011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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