Html Css Color HEX #403170 Minsk

📋 copy color: '#403170'

red 64 ◦ green 49 ◦ blue 112

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

Shades of Minsk #403170

Tints of Minsk #403170

RGB

 RED value IS 64 (25.39% from 255) = 28.44%

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

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

R = 28.44%
G = 21.78%
B = 49.78%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403170 (or 0x403170) is known color: Minsk. HEX triplet: 40, 31 and 70. RGB value is (64,49,112). Sum of RGB (Red+Green+Blue) = 64+49+112=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #403170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403170 is #BFCE8F. Grayscale: #3C3C3C. Windows color (decimal): -12570256 or 7352640. OLE color: 7352640.

HSL color Cylindrical-coordinate representation of color #403170: hue angle of 254.29º 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 #403170 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 49 112 -
CMYK 0.43 0.56 0 0.56
HSL 254.29º 0.39% 0.32% -
HSV(B) 254.29º 0.56% 0.44% -
XYZ 6.14 4.46 15.87 -
YUV 60.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 64 49 112 0.43 0.56 0 0.56 254.29 0.39 0.32
Hex 40 31 70 2B 38 0 38 FE 27 20
Octal 100 61 160 53 70 0 70 376 47 40
Binary 1000000 110001 1110000 101011 111000 0 111000 11111110 100111 100000

Color Harmonies of #403170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403170

Black with #403170

Text Example


Text Example

White with #403170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403170; }

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

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

background-color css

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

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

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

border-color css

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

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

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