#432673

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

Shades of Windsor #432673

Tints of Windsor #432673

Color information

#432673 (or 0x432673) is unknown color: approx Windsor. HEX triplet: 43, 26 and 73. RGB value is (67,38,115). Sum of RGB (Red+Green+Blue) = 67+38+115=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #432673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432673 is #BCD98C. Grayscale: #373737. Windows color (decimal): -12376461 or 7546435. OLE color: 7546435.

HSL color Cylindrical-coordinate representation of color #432673: hue angle of 262.6º degrees, saturation: 0.5, 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 #432673 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6738115-
CMYK0.420.6700.55
HSL262.6º50.33%30%-
HSV(B)262.6º66.96%45.1%-
XYZ6.13.8216.63-
YUV55.45161.61136.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=30.45%
G=17.27%
B=52.27%

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
Decimal67381150.420.6700.55262.650.3330
Hex4326732A43037107321e
Octal10346163521030674076236
Binary100001110011011100111010101000011011011110000011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432673; }

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

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

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

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

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

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

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

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