#422C68

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

Shades of Minsk #422C68

Tints of Minsk #422C68

Color information

#422C68 (or 0x422C68) is unknown color: approx Minsk. HEX triplet: 42, 2C and 68. RGB value is (66,44,104). Sum of RGB (Red+Green+Blue) = 66+44+104=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #422C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C68 is #BDD397. Grayscale: #393939. Windows color (decimal): -12440472 or 6827074. OLE color: 6827074.

HSL color Cylindrical-coordinate representation of color #422C68: hue angle of 262º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422C68 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6644104-
CMYK0.370.5800.59
HSL262º40.54%29.02%-
HSV(B)262º57.69%40.78%-
XYZ5.653.9613.56-
YUV57.42154.29134.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=30.84%
G=20.56%
B=48.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66441040.370.5800.5926240.5429.02
Hex422C68253A03B106291d
Octal1025415045720734065135
Binary10000101011001101000100101111010011101110000011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,44,104); }

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

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

 a { background-color: rgb(66,44,104); }

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

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

 span { border-color: rgb(66,44,104); }

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