#432E70

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

Shades of Windsor #432E70

Tints of Windsor #432E70

Color information

#432E70 (or 0x432E70) is unknown color: approx Windsor. HEX triplet: 43, 2E and 70. RGB value is (67,46,112). Sum of RGB (Red+Green+Blue) = 67+46+112=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #432E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E70 is #BCD18F. Grayscale: #3B3B3B. Windows color (decimal): -12374416 or 7351875. OLE color: 7351875.

HSL color Cylindrical-coordinate representation of color #432E70: hue angle of 259.09º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #432E70 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6746112-
CMYK0.400.5900.56
HSL259.09º41.77%30.98%-
HSV(B)259.09º58.93%43.92%-
XYZ6.224.3215.83-
YUV59.8157.46133.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=29.78%
G=20.44%
B=49.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67461120.400.5900.56259.0941.7730.98
Hex432E70283B0381032a1f
Octal1035616050730704035237
Binary10000111011101110000101000111011011100010000001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432E70; }

 p { color: rgb(67,46,112); }

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

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

 a { background-color: rgb(67,46,112); }

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

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

 span { border-color: rgb(67,46,112); }

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