Html Css Color HEX #413777 Minsk

📋 copy color: '#413777'

red 65 ◦ green 55 ◦ blue 119

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

Shades of Minsk #413777

Tints of Minsk #413777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 27.2%
G = 23.01%
B = 49.79%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413777 (or 0x413777) is known color: Minsk. HEX triplet: 41, 37 and 77. RGB value is (65,55,119). Sum of RGB (Red+Green+Blue) = 65+55+119=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #413777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413777 is #BEC888. Grayscale: #414141. Windows color (decimal): -12503177 or 7812929. OLE color: 7812929.

HSL color Cylindrical-coordinate representation of color #413777: hue angle of 249.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413777 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 55 119 -
CMYK 0.45 0.54 0 0.53
HSL 249.38º 0.37% 0.34% -
HSV(B) 249.38º 0.54% 0.47% -
XYZ 6.88 5.19 18.09 -
YUV 65.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 65 55 119 0.45 0.54 0 0.53 249.38 0.37 0.34
Hex 41 37 77 2D 36 0 35 F9 25 22
Octal 101 67 167 55 66 0 65 371 45 42
Binary 1000001 110111 1110111 101101 110110 0 110101 11111001 100101 100010

Color Harmonies of #413777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413777

Black with #413777

Text Example


Text Example

White with #413777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413777; }

 p { color: rgb(65,55,119); }

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

background-color css

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

 a { background-color: rgb(65,55,119); }

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

border-color css

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

 span { border-color: rgb(65,55,119); }

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