#432B6F

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

Shades of Windsor #432B6F

Tints of Windsor #432B6F

Color information

#432B6F (or 0x432B6F) is unknown color: approx Windsor. HEX triplet: 43, 2B and 6F. RGB value is (67,43,111). Sum of RGB (Red+Green+Blue) = 67+43+111=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #432B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B6F is #BCD490. Grayscale: #393939. Windows color (decimal): -12375185 or 7285571. OLE color: 7285571.

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

Color convert

RGB6743111-
CMYK0.400.6100.56
HSL261.18º44.16%30.2%-
HSV(B)261.18º61.26%43.53%-
XYZ6.054.0715.51-
YUV57.93157.95134.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=30.32%
G=19.46%
B=50.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67431110.400.6100.56261.1844.1630.2
Hex432B6F283D0381052c1e
Octal1035315750750704055436
Binary10000111010111101111101000111101011100010000010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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