#432B75

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

Shades of Windsor #432B75

Tints of Windsor #432B75

Color information

#432B75 (or 0x432B75) is unknown color: approx Windsor. HEX triplet: 43, 2B and 75. RGB value is (67,43,117). Sum of RGB (Red+Green+Blue) = 67+43+117=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #432B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B75 is #BCD48A. Grayscale: #3A3A3A. Windows color (decimal): -12375179 or 7678787. OLE color: 7678787.

HSL color Cylindrical-coordinate representation of color #432B75: hue angle of 259.46º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432B75 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6743117-
CMYK0.430.6300.54
HSL259.46º46.25%31.37%-
HSV(B)259.46º63.25%45.88%-
XYZ6.394.2117.3-
YUV58.61160.95133.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=29.52%
G=18.94%
B=51.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67431170.430.6300.54259.4646.2531.37
Hex432B752B3F0361032e1f
Octal1035316553770664035637
Binary10000111010111110101101011111111011011010000001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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