Html Css Color HEX #422E6C Minsk

📋 copy color: '#422E6C'

red 66 ◦ green 46 ◦ blue 108

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

Shades of Minsk #422E6C

Tints of Minsk #422E6C

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

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

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

RGB 66 46 108 -
CMYK 0.39 0.57 0 0.58
HSL 259.35º 0.4% 0.3% -
HSV(B) 259.35º 0.57% 0.42% -
XYZ 5.93 4.19 14.68 -
YUV 59.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 66 46 108 0.39 0.57 0 0.58 259.35 0.4 0.3
Hex 42 2E 6C 27 39 0 3A 103 28 1E
Octal 102 56 154 47 71 0 72 403 50 36
Binary 1000010 101110 1101100 100111 111001 0 111010 100000011 101000 11110

Color Harmonies of #422E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E6C

Black with #422E6C

Text Example


Text Example

White with #422E6C

Text Example


Text Example

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