#43218F

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

Shades of Windsor #43218F

Tints of Windsor #43218F

Color information

#43218F (or 0x43218F) is unknown color: approx Windsor. HEX triplet: 43, 21 and 8F. RGB value is (67,33,143). Sum of RGB (Red+Green+Blue) = 67+33+143=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #43218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43218F is #BCDE70. Grayscale: #373737. Windows color (decimal): -12377713 or 9380163. OLE color: 9380163.

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

Color convert

RGB6733143-
CMYK0.530.7700.44
HSL258.55º62.5%34.51%-
HSV(B)258.55º76.92%56.08%-
XYZ7.824.2626.4-
YUV55.71177.26136.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 143 (56.25% from 255) = 58.85%
R=27.57%
G=13.58%
B=58.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67331430.530.7700.44258.5562.534.51
Hex43218F354D02C1033e23
Octal10341217651150544037643
Binary10000111000011000111111010110011010101100100000011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43218F; }

 p { color: rgb(67,33,143); }

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

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

 a { background-color: rgb(67,33,143); }

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

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

 span { border-color: rgb(67,33,143); }

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