#432A7A

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

Shades of Windsor #432A7A

Tints of Windsor #432A7A

Color information

#432A7A (or 0x432A7A) is unknown color: approx Windsor. HEX triplet: 43, 2A and 7A. RGB value is (67,42,122). Sum of RGB (Red+Green+Blue) = 67+42+122=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #432A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A7A is #BCD585. Grayscale: #3A3A3A. Windows color (decimal): -12375430 or 8006211. OLE color: 8006211.

HSL color Cylindrical-coordinate representation of color #432A7A: hue angle of 258.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432A7A is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6742122-
CMYK0.450.6600.52
HSL258.75º48.78%32.16%-
HSV(B)258.75º65.57%47.84%-
XYZ6.664.2518.88-
YUV58.6163.78134-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=29.00%
G=18.18%
B=52.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67421220.450.6600.52258.7548.7832.16
Hex432A7A2D420341033120
Octal10352172551020644036140
Binary1000011101010111101010110110000100110100100000011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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