#43247F

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

Shades of Windsor #43247F

Tints of Windsor #43247F

Color information

#43247F (or 0x43247F) is unknown color: approx Windsor. HEX triplet: 43, 24 and 7F. RGB value is (67,36,127). Sum of RGB (Red+Green+Blue) = 67+36+127=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #43247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43247F is #BCDB80. Grayscale: #373737. Windows color (decimal): -12376961 or 8332355. OLE color: 8332355.

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

Color convert

RGB6736127-
CMYK0.470.7200.50
HSL260.44º55.83%31.96%-
HSV(B)260.44º71.65%49.8%-
XYZ6.783.9920.49-
YUV55.64168.27136.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 127 (50% from 255) = 55.22%
R=29.13%
G=15.65%
B=55.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67361270.470.7200.50260.4455.8331.96
Hex43247F2F480321043820
Octal10344177571100624047040
Binary1000011100100111111110111110010000110010100000100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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