#432B70

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

Shades of Windsor #432B70

Tints of Windsor #432B70

Color information

#432B70 (or 0x432B70) is unknown color: approx Windsor. HEX triplet: 43, 2B and 70. RGB value is (67,43,112). Sum of RGB (Red+Green+Blue) = 67+43+112=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #432B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B70 is #BCD48F. Grayscale: #393939. Windows color (decimal): -12375184 or 7351107. OLE color: 7351107.

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

Color convert

RGB6743112-
CMYK0.400.6200.56
HSL260.87º44.52%30.39%-
HSV(B)260.87º61.61%43.92%-
XYZ6.14.0915.8-
YUV58.04158.45134.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 112 (44.14% from 255) = 50.45%
R=30.18%
G=19.37%
B=50.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67431120.400.6200.56260.8744.5230.39
Hex432B70283E0381052d1e
Octal1035316050760704055536
Binary10000111010111110000101000111110011100010000010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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