Html Css Color HEX #422C65 Minsk

📋 copy color: '#422C65'

red 66 ◦ green 44 ◦ blue 101

#422C65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #422C65

Tints of Minsk #422C65

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 value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#422C65 (or 0x422C65) is known color: 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

RGB 66 44 101 -
CMYK 0.35 0.56 0 0.60
HSL 263.16º 0.39% 0.28% -
HSV(B) 263.16º 0.56% 0.4% -
XYZ 5.5 3.9 12.77 -
YUV 57.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 66 44 101 0.35 0.56 0 0.60 263.16 0.39 0.28
Hex 42 2C 65 23 38 0 3C 107 27 1C
Octal 102 54 145 43 70 0 74 407 47 34
Binary 1000010 101100 1100101 100011 111000 0 111100 100000111 100111 11100

Color Harmonies of #422C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C65

Black with #422C65

Text Example


Text Example

White with #422C65

Text Example


Text Example

HTML Codes & Css Web 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>