#432175

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

Shades of Windsor #432175

Tints of Windsor #432175

Color information

#432175 (or 0x432175) is unknown color: approx Windsor. HEX triplet: 43, 21 and 75. RGB value is (67,33,117). Sum of RGB (Red+Green+Blue) = 67+33+117=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #432175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432175 is #BCDE8A. Grayscale: #343434. Windows color (decimal): -12377739 or 7676227. OLE color: 7676227.

HSL color Cylindrical-coordinate representation of color #432175: hue angle of 264.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432175 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6733117-
CMYK0.430.7200.54
HSL264.29º56%29.41%-
HSV(B)264.29º71.79%45.88%-
XYZ6.073.5717.2-
YUV52.74164.26138.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=30.88%
G=15.21%
B=53.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67331170.430.7200.54264.295629.41
Hex4321752B48036108381d
Octal10341165531100664107035
Binary100001110000111101011010111001000011011010000100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432175; }

 p { color: rgb(67,33,117); }

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

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

 a { background-color: rgb(67,33,117); }

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

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

 span { border-color: rgb(67,33,117); }

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