Html Css Color HEX #413775 Minsk

📋 copy color: '#413775'

red 65 ◦ green 55 ◦ blue 117

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

Shades of Minsk #413775

Tints of Minsk #413775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 27.43%
G = 23.21%
B = 49.37%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413775 (or 0x413775) is known color: Minsk. HEX triplet: 41, 37 and 75. RGB value is (65,55,117). Sum of RGB (Red+Green+Blue) = 65+55+117=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #413775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413775 is #BEC88A. Grayscale: #404040. Windows color (decimal): -12503179 or 7681857. OLE color: 7681857.

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

Color convert

RGB 65 55 117 -
CMYK 0.44 0.53 0 0.54
HSL 249.68º 0.36% 0.34% -
HSV(B) 249.68º 0.53% 0.46% -
XYZ 6.76 5.14 17.47 -
YUV 65.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 65 55 117 0.44 0.53 0 0.54 249.68 0.36 0.34
Hex 41 37 75 2C 35 0 36 FA 24 22
Octal 101 67 165 54 65 0 66 372 44 42
Binary 1000001 110111 1110101 101100 110101 0 110110 11111010 100100 100010

Color Harmonies of #413775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413775

Black with #413775

Text Example


Text Example

White with #413775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413775; }

 p { color: rgb(65,55,117); }

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

background-color css

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

 a { background-color: rgb(65,55,117); }

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

border-color css

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

 span { border-color: rgb(65,55,117); }

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