#42218D

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

Shades of Windsor #42218D

Tints of Windsor #42218D

Color information

#42218D (or 0x42218D) is unknown color: approx Windsor. HEX triplet: 42, 21 and 8D. RGB value is (66,33,141). Sum of RGB (Red+Green+Blue) = 66+33+141=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #42218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42218D is #BDDE72. Grayscale: #363636. Windows color (decimal): -12443251 or 9249090. OLE color: 9249090.

HSL color Cylindrical-coordinate representation of color #42218D: hue angle of 258.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42218D is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6633141-
CMYK0.530.7700.45
HSL258.33º62.07%34.12%-
HSV(B)258.33º76.6%55.29%-
XYZ7.64.1725.6-
YUV55.18176.43135.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 141 (55.47% from 255) = 58.75%
R=27.5%
G=13.75%
B=58.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66331410.530.7700.45258.3362.0734.12
Hex42218D354D02D1023e22
Octal10241215651150554027642
Binary10000101000011000110111010110011010101101100000010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42218D; }

 p { color: rgb(66,33,141); }

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

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

 a { background-color: rgb(66,33,141); }

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

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

 span { border-color: rgb(66,33,141); }

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