#43337C

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

Shades of Windsor #43337C

Tints of Windsor #43337C

Color information

#43337C (or 0x43337C) is unknown color: approx Windsor. HEX triplet: 43, 33 and 7C. RGB value is (67,51,124). Sum of RGB (Red+Green+Blue) = 67+51+124=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #43337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43337C is #BCCC83. Grayscale: #3F3F3F. Windows color (decimal): -12373124 or 8139587. OLE color: 8139587.

HSL color Cylindrical-coordinate representation of color #43337C: hue angle of 253.15º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43337C is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6751124-
CMYK0.460.5900.51
HSL253.15º41.71%34.31%-
HSV(B)253.15º58.87%48.63%-
XYZ7.145.0219.66-
YUV64.11161.8130.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=27.69%
G=21.07%
B=51.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67511240.460.5900.51253.1541.7134.31
Hex43337C2E3B033fd2a22
Octal1036317456730633755242
Binary10000111100111111100101110111011011001111111101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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