#432A6F

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

Shades of Windsor #432A6F

Tints of Windsor #432A6F

Color information

#432A6F (or 0x432A6F) is unknown color: approx Windsor. HEX triplet: 43, 2A and 6F. RGB value is (67,42,111). Sum of RGB (Red+Green+Blue) = 67+42+111=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #432A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A6F is #BCD590. Grayscale: #393939. Windows color (decimal): -12375441 or 7285315. OLE color: 7285315.

HSL color Cylindrical-coordinate representation of color #432A6F: hue angle of 261.74º 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 #432A6F is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6742111-
CMYK0.400.6200.56
HSL261.74º45.1%30%-
HSV(B)261.74º62.16%43.53%-
XYZ6.01415.49-
YUV57.34158.28134.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=30.45%
G=19.09%
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
Decimal67421110.400.6200.56261.7445.130
Hex432A6F283E0381062d1e
Octal1035215750760704065536
Binary10000111010101101111101000111110011100010000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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