#422C65

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

Shades of Minsk #422C65

Tints of Minsk #422C65

Color information

#422C65 (or 0x422C65) is unknown color: approx Minsk. HEX triplet: 42, 2C and 65. RGB value is (66,44,101). Sum of RGB (Red+Green+Blue) = 66+44+101=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #422C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C65 is #BDD39A. Grayscale: #383838. Windows color (decimal): -12440475 or 6630466. OLE color: 6630466.

HSL color Cylindrical-coordinate representation of color #422C65: hue angle of 263.16º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422C65 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6644101-
CMYK0.350.5600.60
HSL263.16º39.31%28.43%-
HSV(B)263.16º56.44%39.61%-
XYZ5.53.912.77-
YUV57.08152.79134.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=31.28%
G=20.85%
B=47.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66441010.350.5600.60263.1639.3128.43
Hex422C65233803C107271c
Octal1025414543700744074734
Binary10000101011001100101100011111000011110010000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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