#433579

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

Shades of Windsor #433579

Tints of Windsor #433579

Color information

#433579 (or 0x433579) is unknown color: approx Windsor. HEX triplet: 43, 35 and 79. RGB value is (67,53,121). Sum of RGB (Red+Green+Blue) = 67+53+121=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #433579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433579 is #BCCA86. Grayscale: #404040. Windows color (decimal): -12372615 or 7943491. OLE color: 7943491.

HSL color Cylindrical-coordinate representation of color #433579: hue angle of 252.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433579 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6753121-
CMYK0.450.5600.53
HSL252.35º39.08%34.12%-
HSV(B)252.35º56.2%47.45%-
XYZ7.045.1218.71-
YUV64.94159.64129.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.80%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=27.80%
G=21.99%
B=50.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67531210.450.5600.53252.3539.0834.12
Hex4335792D38035fc2722
Octal1036517155700653744742
Binary10000111101011111001101101111000011010111111100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433579; }

 p { color: rgb(67,53,121); }

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

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

 a { background-color: rgb(67,53,121); }

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

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

 span { border-color: rgb(67,53,121); }

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