#43297C

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

Shades of Windsor #43297C

Tints of Windsor #43297C

Color information

#43297C (or 0x43297C) is unknown color: approx Windsor. HEX triplet: 43, 29 and 7C. RGB value is (67,41,124). Sum of RGB (Red+Green+Blue) = 67+41+124=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #43297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43297C is #BCD683. Grayscale: #393939. Windows color (decimal): -12375684 or 8137027. OLE color: 8137027.

HSL color Cylindrical-coordinate representation of color #43297C: hue angle of 258.8º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43297C is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6741124-
CMYK0.460.6700.51
HSL258.8º50.3%32.35%-
HSV(B)258.8º66.94%48.63%-
XYZ6.754.2319.53-
YUV58.24165.11134.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=28.88%
G=17.67%
B=53.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67411240.460.6700.51258.850.332.35
Hex43297C2E430331033220
Octal10351174561030634036240
Binary1000011101001111110010111010000110110011100000011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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