Html Css Color HEX #41366D Minsk

📋 copy color: '#41366D'

red 65 ◦ green 54 ◦ blue 109

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

Shades of Minsk #41366D

Tints of Minsk #41366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 28.51%
G = 23.68%
B = 47.81%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41366D (or 0x41366D) is known color: Minsk. HEX triplet: 41, 36 and 6D. RGB value is (65,54,109). Sum of RGB (Red+Green+Blue) = 65+54+109=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #41366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41366D is #BEC992. Grayscale: #3F3F3F. Windows color (decimal): -12503443 or 7157313. OLE color: 7157313.

HSL color Cylindrical-coordinate representation of color #41366D: hue angle of 252º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41366D is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 54 109 -
CMYK 0.40 0.50 0 0.57
HSL 252º 0.34% 0.32% -
HSV(B) 252º 0.5% 0.43% -
XYZ 6.26 4.87 15.08 -
YUV 63.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 65 54 109 0.40 0.50 0 0.57 252 0.34 0.32
Hex 41 36 6D 28 32 0 39 FC 22 20
Octal 101 66 155 50 62 0 71 374 42 40
Binary 1000001 110110 1101101 101000 110010 0 111001 11111100 100010 100000

Color Harmonies of #41366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41366D

Black with #41366D

Text Example


Text Example

White with #41366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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