#433180

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

Shades of Windsor #433180

Tints of Windsor #433180

Color information

#433180 (or 0x433180) is unknown color: approx Windsor. HEX triplet: 43, 31 and 80. RGB value is (67,49,128). Sum of RGB (Red+Green+Blue) = 67+49+128=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #433180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433180 is #BCCE7F. Grayscale: #3F3F3F. Windows color (decimal): -12373632 or 8401219. OLE color: 8401219.

HSL color Cylindrical-coordinate representation of color #433180: hue angle of 253.67º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433180 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6749128-
CMYK0.480.6200.50
HSL253.67º44.63%34.71%-
HSV(B)253.67º61.72%50.2%-
XYZ7.314.9520.99-
YUV63.39164.46130.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=27.46%
G=20.08%
B=52.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67491280.480.6200.50253.6744.6334.71
Hex433180303E032fe2d23
Octal1036120060760623765543
Binary100001111000110000000110000111110011001011111110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433180; }

 p { color: rgb(67,49,128); }

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

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

 a { background-color: rgb(67,49,128); }

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

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

 span { border-color: rgb(67,49,128); }

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