#43327C

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

Shades of Windsor #43327C

Tints of Windsor #43327C

Color information

#43327C (or 0x43327C) is unknown color: approx Windsor. HEX triplet: 43, 32 and 7C. RGB value is (67,50,124). Sum of RGB (Red+Green+Blue) = 67+50+124=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #43327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43327C is #BCCD83. Grayscale: #3F3F3F. Windows color (decimal): -12373380 or 8139331. OLE color: 8139331.

HSL color Cylindrical-coordinate representation of color #43327C: hue angle of 253.78º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43327C is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6750124-
CMYK0.460.6000.51
HSL253.78º42.53%34.12%-
HSV(B)253.78º59.68%48.63%-
XYZ7.094.9319.65-
YUV63.52162.13130.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.80%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=27.80%
G=20.75%
B=51.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67501240.460.6000.51253.7842.5334.12
Hex43327C2E3C033fe2b22
Octal1036217456740633765342
Binary10000111100101111100101110111100011001111111110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43327C; }

 p { color: rgb(67,50,124); }

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

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

 a { background-color: rgb(67,50,124); }

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

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

 span { border-color: rgb(67,50,124); }

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