Html Css Color HEX #41366B Minsk

📋 copy color: '#41366B'

red 65 ◦ green 54 ◦ blue 107

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

Shades of Minsk #41366B

Tints of Minsk #41366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

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

R = 28.76%
G = 23.89%
B = 47.35%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41366B (or 0x41366B) is known color: Minsk. HEX triplet: 41, 36 and 6B. RGB value is (65,54,107). Sum of RGB (Red+Green+Blue) = 65+54+107=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #41366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41366B is #BEC994. Grayscale: #3F3F3F. Windows color (decimal): -12503445 or 7026241. OLE color: 7026241.

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

Color convert

RGB 65 54 107 -
CMYK 0.39 0.50 0 0.58
HSL 252.45º 0.33% 0.32% -
HSV(B) 252.45º 0.5% 0.42% -
XYZ 6.15 4.82 14.52 -
YUV 63.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 65 54 107 0.39 0.50 0 0.58 252.45 0.33 0.32
Hex 41 36 6B 27 32 0 3A FC 21 20
Octal 101 66 153 47 62 0 72 374 41 40
Binary 1000001 110110 1101011 100111 110010 0 111010 11111100 100001 100000

Color Harmonies of #41366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41366B

Black with #41366B

Text Example


Text Example

White with #41366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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