#432390

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

Shades of Windsor #432390

Tints of Windsor #432390

Color information

#432390 (or 0x432390) is unknown color: approx Windsor. HEX triplet: 43, 23 and 90. RGB value is (67,35,144). Sum of RGB (Red+Green+Blue) = 67+35+144=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #432390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432390 is #BCDC6F. Grayscale: #383838. Windows color (decimal): -12377200 or 9446211. OLE color: 9446211.

HSL color Cylindrical-coordinate representation of color #432390: hue angle of 257.61º degrees, saturation: 0.61, 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 #432390 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6735144-
CMYK0.530.7600.44
HSL257.61º60.89%35.1%-
HSV(B)257.61º75.69%56.47%-
XYZ7.954.4126.82-
YUV56.99177.1135.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.24%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=27.24%
G=14.23%
B=58.54%

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
Decimal67351440.530.7600.44257.6160.8935.1
Hex432390354C02C1023d23
Octal10343220651140544027543
Binary10000111000111001000011010110011000101100100000010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432390; }

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

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

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

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

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

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

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

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