#42208C

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

Shades of Windsor #42208C

Tints of Windsor #42208C

Color information

#42208C (or 0x42208C) is unknown color: approx Windsor. HEX triplet: 42, 20 and 8C. RGB value is (66,32,140). Sum of RGB (Red+Green+Blue) = 66+32+140=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #42208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42208C is #BDDF73. Grayscale: #363636. Windows color (decimal): -12443508 or 9183298. OLE color: 9183298.

HSL color Cylindrical-coordinate representation of color #42208C: hue angle of 258.89º degrees, saturation: 0.63, 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 #42208C is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6632140-
CMYK0.530.7700.45
HSL258.89º62.79%33.73%-
HSV(B)258.89º77.14%54.9%-
XYZ7.54.0825.2-
YUV54.48176.26136.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 140 (55.08% from 255) = 58.82%
R=27.73%
G=13.45%
B=58.82%

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
Decimal66321400.530.7700.45258.8962.7933.73
Hex42208C354D02D1033f22
Octal10240214651150554037742
Binary10000101000001000110011010110011010101101100000011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,32,140); }

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

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

 a { background-color: rgb(66,32,140); }

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

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

 span { border-color: rgb(66,32,140); }

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