Html Css Color HEX #413476 Minsk

📋 copy color: '#413476'

red 65 ◦ green 52 ◦ blue 118

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

Shades of Minsk #413476

Tints of Minsk #413476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 27.66%
G = 22.13%
B = 50.21%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413476 (or 0x413476) is known color: Minsk. HEX triplet: 41, 34 and 76. RGB value is (65,52,118). Sum of RGB (Red+Green+Blue) = 65+52+118=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #413476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413476 is #BECB89. Grayscale: #3F3F3F. Windows color (decimal): -12503946 or 7746625. OLE color: 7746625.

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

Color convert

RGB 65 52 118 -
CMYK 0.45 0.56 0 0.54
HSL 251.82º 0.39% 0.33% -
HSV(B) 251.82º 0.56% 0.46% -
XYZ 6.68 4.89 17.73 -
YUV 63.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 65 52 118 0.45 0.56 0 0.54 251.82 0.39 0.33
Hex 41 34 76 2D 38 0 36 FC 27 21
Octal 101 64 166 55 70 0 66 374 47 41
Binary 1000001 110100 1110110 101101 111000 0 110110 11111100 100111 100001

Color Harmonies of #413476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413476

Black with #413476

Text Example


Text Example

White with #413476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413476; }

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

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

background-color css

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

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

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

border-color css

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

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

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