#432D6B

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

Shades of Windsor #432D6B

Tints of Windsor #432D6B

Color information

#432D6B (or 0x432D6B) is unknown color: approx Windsor. HEX triplet: 43, 2D and 6B. RGB value is (67,45,107). Sum of RGB (Red+Green+Blue) = 67+45+107=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #432D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D6B is #BCD294. Grayscale: #3A3A3A. Windows color (decimal): -12374677 or 7023939. OLE color: 7023939.

HSL color Cylindrical-coordinate representation of color #432D6B: hue angle of 261.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #432D6B is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6745107-
CMYK0.370.5800.58
HSL261.29º40.79%29.8%-
HSV(B)261.29º57.94%41.96%-
XYZ5.914.1314.4-
YUV58.65155.29133.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=30.59%
G=20.55%
B=48.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67451070.370.5800.58261.2940.7929.8
Hex432D6B253A03A105291e
Octal1035515345720724055136
Binary10000111011011101011100101111010011101010000010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,107); }

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

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

 a { background-color: rgb(67,45,107); }

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

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

 span { border-color: rgb(67,45,107); }

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