Html Css Color HEX #413571 Minsk

📋 copy color: '#413571'

red 65 ◦ green 53 ◦ blue 113

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

Shades of Minsk #413571

Tints of Minsk #413571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 28.14%
G = 22.94%
B = 48.92%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413571 (or 0x413571) is known color: Minsk. HEX triplet: 41, 35 and 71. RGB value is (65,53,113). Sum of RGB (Red+Green+Blue) = 65+53+113=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #413571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413571 is #BECA8E. Grayscale: #3F3F3F. Windows color (decimal): -12503695 or 7419201. OLE color: 7419201.

HSL color Cylindrical-coordinate representation of color #413571: hue angle of 252º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #413571 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 53 113 -
CMYK 0.42 0.53 0 0.56
HSL 252º 0.36% 0.33% -
HSV(B) 252º 0.53% 0.44% -
XYZ 6.43 4.86 16.22 -
YUV 63.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 65 53 113 0.42 0.53 0 0.56 252 0.36 0.33
Hex 41 35 71 2A 35 0 38 FC 24 21
Octal 101 65 161 52 65 0 70 374 44 41
Binary 1000001 110101 1110001 101010 110101 0 111000 11111100 100100 100001

Color Harmonies of #413571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413571

Black with #413571

Text Example


Text Example

White with #413571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413571; }

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

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

background-color css

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

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

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

border-color css

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

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

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