Html Css Color HEX #413576 Minsk

📋 copy color: '#413576'

red 65 ◦ green 53 ◦ blue 118

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

Shades of Minsk #413576

Tints of Minsk #413576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 27.54%
G = 22.46%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413576 (or 0x413576) is known color: Minsk. HEX triplet: 41, 35 and 76. RGB value is (65,53,118). Sum of RGB (Red+Green+Blue) = 65+53+118=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #413576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413576 is #BECA89. Grayscale: #3F3F3F. Windows color (decimal): -12503690 or 7746881. OLE color: 7746881.

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

Color convert

RGB 65 53 118 -
CMYK 0.45 0.55 0 0.54
HSL 251.08º 0.38% 0.34% -
HSV(B) 251.08º 0.55% 0.46% -
XYZ 6.72 4.98 17.75 -
YUV 64 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 65 53 118 0.45 0.55 0 0.54 251.08 0.38 0.34
Hex 41 35 76 2D 37 0 36 FB 26 22
Octal 101 65 166 55 67 0 66 373 46 42
Binary 1000001 110101 1110110 101101 110111 0 110110 11111011 100110 100010

Color Harmonies of #413576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413576

Black with #413576

Text Example


Text Example

White with #413576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413576; }

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

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

background-color css

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

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

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

border-color css

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

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

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