#42228A

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

Shades of Windsor #42228A

Tints of Windsor #42228A

Color information

#42228A (or 0x42228A) is unknown color: approx Windsor. HEX triplet: 42, 22 and 8A. RGB value is (66,34,138). Sum of RGB (Red+Green+Blue) = 66+34+138=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #42228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42228A is #BDDD75. Grayscale: #373737. Windows color (decimal): -12442998 or 9052738. OLE color: 9052738.

HSL color Cylindrical-coordinate representation of color #42228A: hue angle of 258.46º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42228A is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6634138-
CMYK0.520.7500.46
HSL258.46º60.47%33.73%-
HSV(B)258.46º75.36%54.12%-
XYZ7.414.1424.45-
YUV55.42174.6135.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=27.73%
G=14.29%
B=57.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66341380.520.7500.46258.4660.4733.73
Hex42228A344B02E1023c22
Octal10242212641130564027442
Binary10000101000101000101011010010010110101110100000010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42228A; }

 p { color: rgb(66,34,138); }

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

<style>
 a { background-color: #42228A; }

 a { background-color: rgb(66,34,138); }

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

<style>
 span { border-color: #42228A; }

 span { border-color: rgb(66,34,138); }

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