Html Css Color HEX #41376B Minsk

📋 copy color: '#41376B'

red 65 ◦ green 55 ◦ blue 107

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

Shades of Minsk #41376B

Tints of Minsk #41376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 28.63%
G = 24.23%
B = 47.14%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41376B (or 0x41376B) is known color: Minsk. HEX triplet: 41, 37 and 6B. RGB value is (65,55,107). Sum of RGB (Red+Green+Blue) = 65+55+107=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #41376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41376B is #BEC894. Grayscale: #3F3F3F. Windows color (decimal): -12503189 or 7026497. OLE color: 7026497.

HSL color Cylindrical-coordinate representation of color #41376B: hue angle of 251.54º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41376B is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 55 107 -
CMYK 0.39 0.49 0 0.58
HSL 251.54º 0.32% 0.32% -
HSV(B) 251.54º 0.49% 0.42% -
XYZ 6.2 4.92 14.53 -
YUV 63.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 65 55 107 0.39 0.49 0 0.58 251.54 0.32 0.32
Hex 41 37 6B 27 31 0 3A FC 20 20
Octal 101 67 153 47 61 0 72 374 40 40
Binary 1000001 110111 1101011 100111 110001 0 111010 11111100 100000 100000

Color Harmonies of #41376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41376B

Black with #41376B

Text Example


Text Example

White with #41376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41376B; }

 p { color: rgb(65,55,107); }

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

background-color css

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

 a { background-color: rgb(65,55,107); }

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

border-color css

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

 span { border-color: rgb(65,55,107); }

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