Html Css Color HEX #422C69 Minsk

📋 copy color: '#422C69'

red 66 ◦ green 44 ◦ blue 105

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

Shades of Minsk #422C69

Tints of Minsk #422C69

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 44 (17.58% from 255) = 20.47%

 BLUE value IS 105 (41.41% from 255) = 48.84%

R = 30.7%
G = 20.47%
B = 48.84%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#422C69 (or 0x422C69) is known color: Minsk. HEX triplet: 42, 2C and 69. RGB value is (66,44,105). Sum of RGB (Red+Green+Blue) = 66+44+105=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #422C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C69 is #BDD396. Grayscale: #393939. Windows color (decimal): -12440471 or 6892610. OLE color: 6892610.

HSL color Cylindrical-coordinate representation of color #422C69: hue angle of 261.64º 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 #422C69 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 44 105 -
CMYK 0.37 0.58 0 0.59
HSL 261.64º 0.41% 0.29% -
HSV(B) 261.64º 0.58% 0.41% -
XYZ 5.7 3.98 13.83 -
YUV 57.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 66 44 105 0.37 0.58 0 0.59 261.64 0.41 0.29
Hex 42 2C 69 25 3A 0 3B 106 29 1D
Octal 102 54 151 45 72 0 73 406 51 35
Binary 1000010 101100 1101001 100101 111010 0 111011 100000110 101001 11101

Color Harmonies of #422C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C69

Black with #422C69

Text Example


Text Example

White with #422C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #422C69;
 }
 .AnyTagClassName
 {
   color: #422C69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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