#432081

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

Shades of Windsor #432081

Tints of Windsor #432081

Color information

#432081 (or 0x432081) is unknown color: approx Windsor. HEX triplet: 43, 20 and 81. RGB value is (67,32,129). Sum of RGB (Red+Green+Blue) = 67+32+129=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #432081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432081 is #BCDF7E. Grayscale: #353535. Windows color (decimal): -12377983 or 8462403. OLE color: 8462403.

HSL color Cylindrical-coordinate representation of color #432081: hue angle of 261.65º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432081 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6732129-
CMYK0.480.7500.49
HSL261.65º60.25%31.57%-
HSV(B)261.65º75.19%50.59%-
XYZ6.793.8121.15-
YUV53.52170.6137.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 129 (50.78% from 255) = 56.58%
R=29.39%
G=14.04%
B=56.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67321290.480.7500.49261.6560.2531.57
Hex432081304B0311063c20
Octal10340201601130614067440
Binary10000111000001000000111000010010110110001100000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432081; }

 p { color: rgb(67,32,129); }

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

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

 a { background-color: rgb(67,32,129); }

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

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

 span { border-color: rgb(67,32,129); }

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