#432684

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

Shades of Windsor #432684

Tints of Windsor #432684

Color information

#432684 (or 0x432684) is unknown color: approx Windsor. HEX triplet: 43, 26 and 84. RGB value is (67,38,132). Sum of RGB (Red+Green+Blue) = 67+38+132=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #432684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432684 is #BCD97B. Grayscale: #393939. Windows color (decimal): -12376444 or 8660547. OLE color: 8660547.

HSL color Cylindrical-coordinate representation of color #432684: hue angle of 258.51º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432684 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6738132-
CMYK0.490.7100.48
HSL258.51º55.29%33.33%-
HSV(B)258.51º71.21%51.76%-
XYZ7.174.2522.27-
YUV57.39170.11134.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.27%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=28.27%
G=16.03%
B=55.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67381320.490.7100.48258.5155.2933.33
Hex43268431470301033721
Octal10346204611070604036741
Binary10000111001101000010011000110001110110000100000011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432684; }

 p { color: rgb(67,38,132); }

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

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

 a { background-color: rgb(67,38,132); }

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

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

 span { border-color: rgb(67,38,132); }

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