#43337A

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

Shades of Windsor #43337A

Tints of Windsor #43337A

Color information

#43337A (or 0x43337A) is unknown color: approx Windsor. HEX triplet: 43, 33 and 7A. RGB value is (67,51,122). Sum of RGB (Red+Green+Blue) = 67+51+122=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #43337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43337A is #BCCC85. Grayscale: #3F3F3F. Windows color (decimal): -12373126 or 8008515. OLE color: 8008515.

HSL color Cylindrical-coordinate representation of color #43337A: hue angle of 253.52º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43337A is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6751122-
CMYK0.450.5800.52
HSL253.52º41.04%33.92%-
HSV(B)253.52º58.2%47.84%-
XYZ7.014.9719-
YUV63.88160.8130.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.92%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=27.92%
G=21.25%
B=50.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67511220.450.5800.52253.5241.0433.92
Hex43337A2D3A034fe2922
Octal1036317255720643765142
Binary10000111100111111010101101111010011010011111110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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