Html Css Color HEX #413676 Minsk

📋 copy color: '#413676'

red 65 ◦ green 54 ◦ blue 118

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

Shades of Minsk #413676

Tints of Minsk #413676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 27.43%
G = 22.78%
B = 49.79%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413676 (or 0x413676) is known color: Minsk. HEX triplet: 41, 36 and 76. RGB value is (65,54,118). Sum of RGB (Red+Green+Blue) = 65+54+118=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #413676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413676 is #BEC989. Grayscale: #404040. Windows color (decimal): -12503434 or 7747137. OLE color: 7747137.

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

Color convert

RGB 65 54 118 -
CMYK 0.45 0.54 0 0.54
HSL 250.31º 0.37% 0.34% -
HSV(B) 250.31º 0.54% 0.46% -
XYZ 6.77 5.07 17.76 -
YUV 64.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 65 54 118 0.45 0.54 0 0.54 250.31 0.37 0.34
Hex 41 36 76 2D 36 0 36 FA 25 22
Octal 101 66 166 55 66 0 66 372 45 42
Binary 1000001 110110 1110110 101101 110110 0 110110 11111010 100101 100010

Color Harmonies of #413676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413676

Black with #413676

Text Example


Text Example

White with #413676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413676; }

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

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

background-color css

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

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

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

border-color css

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

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

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