Html Css Color HEX #423170 Minsk

📋 copy color: '#423170'

red 66 ◦ green 49 ◦ blue 112

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

Shades of Minsk #423170

Tints of Minsk #423170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 29.07%
G = 21.59%
B = 49.34%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#423170 (or 0x423170) is known color: Minsk. HEX triplet: 42, 31 and 70. RGB value is (66,49,112). Sum of RGB (Red+Green+Blue) = 66+49+112=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #423170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423170 is #BDCE8F. Grayscale: #3D3D3D. Windows color (decimal): -12439184 or 7352642. OLE color: 7352642.

HSL color Cylindrical-coordinate representation of color #423170: hue angle of 256.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423170 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 49 112 -
CMYK 0.41 0.56 0 0.56
HSL 256.19º 0.39% 0.32% -
HSV(B) 256.19º 0.56% 0.44% -
XYZ 6.27 4.52 15.87 -
YUV 61.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 66 49 112 0.41 0.56 0 0.56 256.19 0.39 0.32
Hex 42 31 70 29 38 0 38 100 27 20
Octal 102 61 160 51 70 0 70 400 47 40
Binary 1000010 110001 1110000 101001 111000 0 111000 100000000 100111 100000

Color Harmonies of #423170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423170

Black with #423170

Text Example


Text Example

White with #423170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423170; }

 p { color: rgb(66,49,112); }

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

background-color css

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

 a { background-color: rgb(66,49,112); }

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

border-color css

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

 span { border-color: rgb(66,49,112); }

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