#432290

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

Shades of Windsor #432290

Tints of Windsor #432290

Color information

#432290 (or 0x432290) is unknown color: approx Windsor. HEX triplet: 43, 22 and 90. RGB value is (67,34,144). Sum of RGB (Red+Green+Blue) = 67+34+144=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #432290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432290 is #BCDD6F. Grayscale: #383838. Windows color (decimal): -12377456 or 9445955. OLE color: 9445955.

HSL color Cylindrical-coordinate representation of color #432290: hue angle of 258º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432290 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6734144-
CMYK0.530.7600.44
HSL258º61.8%34.9%-
HSV(B)258º76.39%56.47%-
XYZ7.924.3526.81-
YUV56.41177.43135.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=27.35%
G=13.88%
B=58.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67341440.530.7600.4425861.834.9
Hex432290354C02C1023e23
Octal10342220651140544027643
Binary10000111000101001000011010110011000101100100000010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432290; }

 p { color: rgb(67,34,144); }

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

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

 a { background-color: rgb(67,34,144); }

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

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

 span { border-color: rgb(67,34,144); }

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