#433172

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

Shades of Windsor #433172

Tints of Windsor #433172

Color information

#433172 (or 0x433172) is unknown color: approx Windsor. HEX triplet: 43, 31 and 72. RGB value is (67,49,114). Sum of RGB (Red+Green+Blue) = 67+49+114=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #433172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433172 is #BCCE8D. Grayscale: #3D3D3D. Windows color (decimal): -12373646 or 7483715. OLE color: 7483715.

HSL color Cylindrical-coordinate representation of color #433172: hue angle of 256.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433172 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6749114-
CMYK0.410.5700.55
HSL256.62º39.88%31.96%-
HSV(B)256.62º57.02%44.71%-
XYZ6.454.616.47-
YUV61.79157.46131.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=29.13%
G=21.30%
B=49.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67491140.410.5700.55256.6239.8831.96
Hex43317229390371012820
Octal1036116251710674015040
Binary100001111000111100101010011110010110111100000001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433172; }

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

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

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

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

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

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

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

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