Html Css Color HEX #413371 Minsk

📋 copy color: '#413371'

red 65 ◦ green 51 ◦ blue 113

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

Shades of Minsk #413371

Tints of Minsk #413371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

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

R = 28.38%
G = 22.27%
B = 49.34%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413371 (or 0x413371) is known color: Minsk. HEX triplet: 41, 33 and 71. RGB value is (65,51,113). Sum of RGB (Red+Green+Blue) = 65+51+113=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #413371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413371 is #BECC8E. Grayscale: #3E3E3E. Windows color (decimal): -12504207 or 7418689. OLE color: 7418689.

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

Color convert

RGB 65 51 113 -
CMYK 0.42 0.55 0 0.56
HSL 253.55º 0.38% 0.32% -
HSV(B) 253.55º 0.55% 0.44% -
XYZ 6.34 4.68 16.19 -
YUV 62.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 65 51 113 0.42 0.55 0 0.56 253.55 0.38 0.32
Hex 41 33 71 2A 37 0 38 FE 26 20
Octal 101 63 161 52 67 0 70 376 46 40
Binary 1000001 110011 1110001 101010 110111 0 111000 11111110 100110 100000

Color Harmonies of #413371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413371

Black with #413371

Text Example


Text Example

White with #413371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413371; }

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

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

background-color css

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

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

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

border-color css

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

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

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