#42218E

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

Shades of Windsor #42218E

Tints of Windsor #42218E

Color information

#42218E (or 0x42218E) is unknown color: approx Windsor. HEX triplet: 42, 21 and 8E. RGB value is (66,33,142). Sum of RGB (Red+Green+Blue) = 66+33+142=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #42218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42218E is #BDDE71. Grayscale: #363636. Windows color (decimal): -12443250 or 9314626. OLE color: 9314626.

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

Color convert

RGB6633142-
CMYK0.540.7700.44
HSL258.17º62.29%34.31%-
HSV(B)258.17º76.76%55.69%-
XYZ7.674.226-
YUV55.29176.93135.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=27.39%
G=13.69%
B=58.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66331420.540.7700.44258.1762.2934.31
Hex42218E364D02C1023e22
Octal10241216661150544027642
Binary10000101000011000111011011010011010101100100000010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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