Html Css Color HEX #413574 Minsk

📋 copy color: '#413574'

red 65 ◦ green 53 ◦ blue 116

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

Shades of Minsk #413574

Tints of Minsk #413574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 27.78%
G = 22.65%
B = 49.57%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413574 (or 0x413574) is known color: Minsk. HEX triplet: 41, 35 and 74. RGB value is (65,53,116). Sum of RGB (Red+Green+Blue) = 65+53+116=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #413574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413574 is #BECA8B. Grayscale: #3F3F3F. Windows color (decimal): -12503692 or 7615809. OLE color: 7615809.

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

Color convert

RGB 65 53 116 -
CMYK 0.44 0.54 0 0.55
HSL 251.43º 0.37% 0.33% -
HSV(B) 251.43º 0.54% 0.45% -
XYZ 6.61 4.93 17.13 -
YUV 63.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 65 53 116 0.44 0.54 0 0.55 251.43 0.37 0.33
Hex 41 35 74 2C 36 0 37 FB 25 21
Octal 101 65 164 54 66 0 67 373 45 41
Binary 1000001 110101 1110100 101100 110110 0 110111 11111011 100101 100001

Color Harmonies of #413574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413574

Black with #413574

Text Example


Text Example

White with #413574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413574; }

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

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

background-color css

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

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

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

border-color css

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

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

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