#432674

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

Shades of Windsor #432674

Tints of Windsor #432674

Color information

#432674 (or 0x432674) is unknown color: approx Windsor. HEX triplet: 43, 26 and 74. RGB value is (67,38,116). Sum of RGB (Red+Green+Blue) = 67+38+116=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #432674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432674 is #BCD98B. Grayscale: #373737. Windows color (decimal): -12376460 or 7611971. OLE color: 7611971.

HSL color Cylindrical-coordinate representation of color #432674: hue angle of 262.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432674 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6738116-
CMYK0.420.6700.55
HSL262.31º50.65%30.2%-
HSV(B)262.31º67.24%45.49%-
XYZ6.163.8416.94-
YUV55.56162.11136.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=30.32%
G=17.19%
B=52.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67381160.420.6700.55262.3150.6530.2
Hex4326742A43037106331e
Octal10346164521030674066336
Binary100001110011011101001010101000011011011110000011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432674; }

 p { color: rgb(67,38,116); }

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

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

 a { background-color: rgb(67,38,116); }

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

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

 span { border-color: rgb(67,38,116); }

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