Html Css Color HEX #413171 Minsk

📋 copy color: '#413171'

red 65 ◦ green 49 ◦ blue 113

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

Shades of Minsk #413171

Tints of Minsk #413171

RGB

 RED value IS 65 (25.78% from 255) = 28.63%

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 28.63%
G = 21.59%
B = 49.78%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413171 (or 0x413171) is known color: Minsk. HEX triplet: 41, 31 and 71. RGB value is (65,49,113). Sum of RGB (Red+Green+Blue) = 65+49+113=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #413171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413171 is #BECE8E. Grayscale: #3C3C3C. Windows color (decimal): -12504719 or 7418177. OLE color: 7418177.

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

Color convert

RGB 65 49 113 -
CMYK 0.42 0.57 0 0.56
HSL 255º 0.4% 0.32% -
HSV(B) 255º 0.57% 0.44% -
XYZ 6.26 4.51 16.16 -
YUV 61.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 65 49 113 0.42 0.57 0 0.56 255 0.4 0.32
Hex 41 31 71 2A 39 0 38 FF 28 20
Octal 101 61 161 52 71 0 70 377 50 40
Binary 1000001 110001 1110001 101010 111001 0 111000 11111111 101000 100000

Color Harmonies of #413171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413171

Black with #413171

Text Example


Text Example

White with #413171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413171; }

 p { color: rgb(65,49,113); }

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

background-color css

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

 a { background-color: rgb(65,49,113); }

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

border-color css

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

 span { border-color: rgb(65,49,113); }

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