#422090

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

Shades of Windsor #422090

Tints of Windsor #422090

Color information

#422090 (or 0x422090) is unknown color: approx Windsor. HEX triplet: 42, 20 and 90. RGB value is (66,32,144). Sum of RGB (Red+Green+Blue) = 66+32+144=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #422090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422090 is #BDDF6F. Grayscale: #363636. Windows color (decimal): -12443504 or 9445442. OLE color: 9445442.

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

Color convert

RGB6632144-
CMYK0.540.7800.44
HSL258.21º63.64%34.51%-
HSV(B)258.21º77.78%56.47%-
XYZ7.84.226.79-
YUV54.93178.26135.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 144 (56.64% from 255) = 59.50%
R=27.27%
G=13.22%
B=59.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66321440.540.7800.44258.2163.6434.51
Hex422090364E02C1024023
Octal102402206611605440210043
Binary100001010000010010000110110100111001011001000000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422090; }

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

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

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

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

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

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

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

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