Html Css Color HEX #41316A Minsk

📋 copy color: '#41316A'

red 65 ◦ green 49 ◦ blue 106

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

Shades of Minsk #41316A

Tints of Minsk #41316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 29.55%
G = 22.27%
B = 48.18%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41316A (or 0x41316A) is known color: Minsk. HEX triplet: 41, 31 and 6A. RGB value is (65,49,106). Sum of RGB (Red+Green+Blue) = 65+49+106=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #41316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41316A is #BECE95. Grayscale: #3C3C3C. Windows color (decimal): -12504726 or 6959425. OLE color: 6959425.

HSL color Cylindrical-coordinate representation of color #41316A: hue angle of 256.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41316A is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 49 106 -
CMYK 0.39 0.54 0 0.58
HSL 256.84º 0.37% 0.3% -
HSV(B) 256.84º 0.54% 0.42% -
XYZ 5.88 4.36 14.17 -
YUV 60.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 65 49 106 0.39 0.54 0 0.58 256.84 0.37 0.3
Hex 41 31 6A 27 36 0 3A 101 25 1E
Octal 101 61 152 47 66 0 72 401 45 36
Binary 1000001 110001 1101010 100111 110110 0 111010 100000001 100101 11110

Color Harmonies of #41316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41316A

Black with #41316A

Text Example


Text Example

White with #41316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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