#432876

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

Shades of Windsor #432876

Tints of Windsor #432876

Color information

#432876 (or 0x432876) is unknown color: approx Windsor. HEX triplet: 43, 28 and 76. RGB value is (67,40,118). Sum of RGB (Red+Green+Blue) = 67+40+118=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #432876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432876 is #BCD789. Grayscale: #383838. Windows color (decimal): -12375946 or 7743555. OLE color: 7743555.

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

Color convert

RGB6740118-
CMYK0.430.6600.54
HSL260.77º49.37%30.98%-
HSV(B)260.77º66.1%46.27%-
XYZ6.344.0217.58-
YUV56.96162.45135.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=29.78%
G=17.78%
B=52.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67401180.430.6600.54260.7749.3730.98
Hex4328762B42036105311f
Octal10350166531020664056137
Binary100001110100011101101010111000010011011010000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432876; }

 p { color: rgb(67,40,118); }

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

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

 a { background-color: rgb(67,40,118); }

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

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

 span { border-color: rgb(67,40,118); }

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