#422D7A

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

Shades of Windsor #422D7A

Tints of Windsor #422D7A

Color information

#422D7A (or 0x422D7A) is unknown color: approx Windsor. HEX triplet: 42, 2D and 7A. RGB value is (66,45,122). Sum of RGB (Red+Green+Blue) = 66+45+122=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #422D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D7A is #BDD285. Grayscale: #3B3B3B. Windows color (decimal): -12440198 or 8006978. OLE color: 8006978.

HSL color Cylindrical-coordinate representation of color #422D7A: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422D7A is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6645122-
CMYK0.460.6300.52
HSL256.36º46.11%32.75%-
HSV(B)256.36º63.11%47.84%-
XYZ6.74.4418.92-
YUV60.06162.96132.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=28.33%
G=19.31%
B=52.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66451220.460.6300.52256.3646.1132.75
Hex422D7A2E3F0341002e21
Octal1025517256770644005641
Binary100001010110111110101011101111110110100100000000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422D7A; }

 p { color: rgb(66,45,122); }

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

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

 a { background-color: rgb(66,45,122); }

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

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

 span { border-color: rgb(66,45,122); }

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