#422374

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

Shades of Windsor #422374

Tints of Windsor #422374

Color information

#422374 (or 0x422374) is unknown color: approx Windsor. HEX triplet: 42, 23 and 74. RGB value is (66,35,116). Sum of RGB (Red+Green+Blue) = 66+35+116=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #422374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422374 is #BDDC8B. Grayscale: #353535. Windows color (decimal): -12442764 or 7611202. OLE color: 7611202.

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

Color convert

RGB6635116-
CMYK0.430.7000.55
HSL262.96º53.64%29.61%-
HSV(B)262.96º69.83%45.49%-
XYZ63.6216.91-
YUV53.5163.27136.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=30.41%
G=16.13%
B=53.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66351160.430.7000.55262.9653.6429.61
Hex4223742B46037107361e
Octal10243164531060674076636
Binary100001010001111101001010111000110011011110000011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422374; }

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

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

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

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

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

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

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

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