Html Css Color HEX #41386D Minsk

📋 copy color: '#41386D'

red 65 ◦ green 56 ◦ blue 109

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

Shades of Minsk #41386D

Tints of Minsk #41386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 28.26%
G = 24.35%
B = 47.39%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41386D (or 0x41386D) is known color: Minsk. HEX triplet: 41, 38 and 6D. RGB value is (65,56,109). Sum of RGB (Red+Green+Blue) = 65+56+109=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #41386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41386D is #BEC792. Grayscale: #404040. Windows color (decimal): -12502931 or 7157825. OLE color: 7157825.

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

Color convert

RGB 65 56 109 -
CMYK 0.40 0.49 0 0.57
HSL 250.19º 0.32% 0.32% -
HSV(B) 250.19º 0.49% 0.43% -
XYZ 6.35 5.06 15.11 -
YUV 64.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 65 56 109 0.40 0.49 0 0.57 250.19 0.32 0.32
Hex 41 38 6D 28 31 0 39 FA 20 20
Octal 101 70 155 50 61 0 71 372 40 40
Binary 1000001 111000 1101101 101000 110001 0 111001 11111010 100000 100000

Color Harmonies of #41386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41386D

Black with #41386D

Text Example


Text Example

White with #41386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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