#422290

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

Shades of Windsor #422290

Tints of Windsor #422290

Color information

#422290 (or 0x422290) is unknown color: approx Windsor. HEX triplet: 42, 22 and 90. RGB value is (66,34,144). Sum of RGB (Red+Green+Blue) = 66+34+144=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #422290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422290 is #BDDD6F. Grayscale: #373737. Windows color (decimal): -12442992 or 9445954. OLE color: 9445954.

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

Color convert

RGB6634144-
CMYK0.540.7600.44
HSL257.45º61.8%34.9%-
HSV(B)257.45º76.39%56.47%-
XYZ7.854.3226.8-
YUV56.11177.6135.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=27.05%
G=13.93%
B=59.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66341440.540.7600.44257.4561.834.9
Hex422290364C02C1013e23
Octal10242220661140544017643
Binary10000101000101001000011011010011000101100100000001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422290; }

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

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

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

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

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

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

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

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