Html Css Color HEX #422F6E Minsk

📋 copy color: '#422F6E'

red 66 ◦ green 47 ◦ blue 110

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

Shades of Minsk #422F6E

Tints of Minsk #422F6E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.08%

 BLUE value IS 110 (43.36% from 255) = 49.33%

R = 29.6%
G = 21.08%
B = 49.33%

CMYK

 C value IS 0.4

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#422F6E (or 0x422F6E) is known color: Minsk. HEX triplet: 42, 2F and 6E. RGB value is (66,47,110). Sum of RGB (Red+Green+Blue) = 66+47+110=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #422F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F6E is #BDD091. Grayscale: #3B3B3B. Windows color (decimal): -12439698 or 7221058. OLE color: 7221058.

HSL color Cylindrical-coordinate representation of color #422F6E: hue angle of 258.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422F6E is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 47 110 -
CMYK 0.4 0.57 0 0.57
HSL 258.1º 0.4% 0.31% -
HSV(B) 258.1º 0.57% 0.43% -
XYZ 6.08 4.32 15.26 -
YUV 59.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 66 47 110 0.4 0.57 0 0.57 258.1 0.4 0.31
Hex 42 2F 6E 28 39 0 39 102 28 1F
Octal 102 57 156 50 71 0 71 402 50 37
Binary 1000010 101111 1101110 101000 111001 0 111001 100000010 101000 11111

Color Harmonies of #422F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F6E

Black with #422F6E

Text Example


Text Example

White with #422F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,47,110); }

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

background-color css

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

 a { background-color: rgb(66,47,110); }

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

border-color css

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

 span { border-color: rgb(66,47,110); }

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