#422574

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

Shades of Windsor #422574

Tints of Windsor #422574

Color information

#422574 (or 0x422574) is unknown color: approx Windsor. HEX triplet: 42, 25 and 74. RGB value is (66,37,116). Sum of RGB (Red+Green+Blue) = 66+37+116=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #422574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422574 is #BDDA8B. Grayscale: #363636. Windows color (decimal): -12442252 or 7611714. OLE color: 7611714.

HSL color Cylindrical-coordinate representation of color #422574: hue angle of 262.03º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422574 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6637116-
CMYK0.430.6800.55
HSL262.03º51.63%30%-
HSV(B)262.03º68.1%45.49%-
XYZ6.063.7416.93-
YUV54.68162.61136.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=30.14%
G=16.89%
B=52.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66371160.430.6800.55262.0351.6330
Hex4225742B44037106341e
Octal10245164531040674066436
Binary100001010010111101001010111000100011011110000011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422574; }

 p { color: rgb(66,37,116); }

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

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

 a { background-color: rgb(66,37,116); }

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

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

 span { border-color: rgb(66,37,116); }

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