#43337F

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

Shades of Windsor #43337F

Tints of Windsor #43337F

Color information

#43337F (or 0x43337F) is unknown color: approx Windsor. HEX triplet: 43, 33 and 7F. RGB value is (67,51,127). Sum of RGB (Red+Green+Blue) = 67+51+127=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #43337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43337F is #BCCC80. Grayscale: #404040. Windows color (decimal): -12373121 or 8336195. OLE color: 8336195.

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

Color convert

RGB6751127-
CMYK0.470.6000.50
HSL252.63º42.7%34.9%-
HSV(B)252.63º59.84%49.8%-
XYZ7.335.0920.68-
YUV64.45163.3129.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 127 (50% from 255) = 51.84%
R=27.35%
G=20.82%
B=51.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67511270.470.6000.50252.6342.734.9
Hex43337F2F3C032fd2b23
Octal1036317757740623755343
Binary10000111100111111111101111111100011001011111101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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