Html Css Color HEX #413165 Minsk

📋 copy color: '#413165'

red 65 ◦ green 49 ◦ blue 101

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

Shades of Minsk #413165

Tints of Minsk #413165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 101 (39.84% from 255) = 46.98%

R = 30.23%
G = 22.79%
B = 46.98%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#413165 (or 0x413165) is known color: Minsk. HEX triplet: 41, 31 and 65. RGB value is (65,49,101). Sum of RGB (Red+Green+Blue) = 65+49+101=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #413165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413165 is #BECE9A. Grayscale: #3B3B3B. Windows color (decimal): -12504731 or 6631745. OLE color: 6631745.

HSL color Cylindrical-coordinate representation of color #413165: hue angle of 258.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413165 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 49 101 -
CMYK 0.36 0.51 0 0.60
HSL 258.46º 0.35% 0.29% -
HSV(B) 258.46º 0.51% 0.4% -
XYZ 5.63 4.26 12.84 -
YUV 59.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 65 49 101 0.36 0.51 0 0.60 258.46 0.35 0.29
Hex 41 31 65 24 33 0 3C 102 23 1D
Octal 101 61 145 44 63 0 74 402 43 35
Binary 1000001 110001 1100101 100100 110011 0 111100 100000010 100011 11101

Color Harmonies of #413165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413165

Black with #413165

Text Example


Text Example

White with #413165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413165; }

 p { color: rgb(65,49,101); }

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

background-color css

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

 a { background-color: rgb(65,49,101); }

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

border-color css

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

 span { border-color: rgb(65,49,101); }

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