#422E6C

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

Shades of Minsk #422E6C

Tints of Minsk #422E6C

Color information

#422E6C (or 0x422E6C) is unknown color: approx Minsk. HEX triplet: 42, 2E and 6C. RGB value is (66,46,108). Sum of RGB (Red+Green+Blue) = 66+46+108=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #422E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E6C is #BDD193. Grayscale: #3A3A3A. Windows color (decimal): -12439956 or 7089730. OLE color: 7089730.

HSL color Cylindrical-coordinate representation of color #422E6C: hue angle of 259.35º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422E6C is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6646108-
CMYK0.390.5700.58
HSL259.35º40.26%30.2%-
HSV(B)259.35º57.41%42.35%-
XYZ5.934.1914.68-
YUV59.05155.63132.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=30%
G=20.91%
B=49.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66461080.390.5700.58259.3540.2630.2
Hex422E6C273903A103281e
Octal1025615447710724035036
Binary10000101011101101100100111111001011101010000001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,46,108); }

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

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

 a { background-color: rgb(66,46,108); }

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

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

 span { border-color: rgb(66,46,108); }

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