Html Css Color HEX #41386E Minsk

📋 copy color: '#41386E'

red 65 ◦ green 56 ◦ blue 110

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

Shades of Minsk #41386E

Tints of Minsk #41386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.62%

R = 28.14%
G = 24.24%
B = 47.62%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41386E (or 0x41386E) is known color: Minsk. HEX triplet: 41, 38 and 6E. RGB value is (65,56,110). Sum of RGB (Red+Green+Blue) = 65+56+110=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #41386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41386E is #BEC791. Grayscale: #404040. Windows color (decimal): -12502930 or 7223361. OLE color: 7223361.

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

Color convert

RGB 65 56 110 -
CMYK 0.41 0.49 0 0.57
HSL 250º 0.33% 0.33% -
HSV(B) 250º 0.49% 0.43% -
XYZ 6.41 5.08 15.39 -
YUV 64.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 65 56 110 0.41 0.49 0 0.57 250 0.33 0.33
Hex 41 38 6E 29 31 0 39 FA 21 21
Octal 101 70 156 51 61 0 71 372 41 41
Binary 1000001 111000 1101110 101001 110001 0 111001 11111010 100001 100001

Color Harmonies of #41386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41386E

Black with #41386E

Text Example


Text Example

White with #41386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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