Html Css Color HEX #413575 Minsk

📋 copy color: '#413575'

red 65 ◦ green 53 ◦ blue 117

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

Shades of Minsk #413575

Tints of Minsk #413575

RGB

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

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

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

R = 27.66%
G = 22.55%
B = 49.79%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413575 (or 0x413575) is known color: Minsk. HEX triplet: 41, 35 and 75. RGB value is (65,53,117). Sum of RGB (Red+Green+Blue) = 65+53+117=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #413575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413575 is #BECA8A. Grayscale: #3F3F3F. Windows color (decimal): -12503691 or 7681345. OLE color: 7681345.

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

Color convert

RGB 65 53 117 -
CMYK 0.44 0.55 0 0.54
HSL 251.25º 0.38% 0.33% -
HSV(B) 251.25º 0.55% 0.46% -
XYZ 6.66 4.95 17.43 -
YUV 63.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 65 53 117 0.44 0.55 0 0.54 251.25 0.38 0.33
Hex 41 35 75 2C 37 0 36 FB 26 21
Octal 101 65 165 54 67 0 66 373 46 41
Binary 1000001 110101 1110101 101100 110111 0 110110 11111011 100110 100001

Color Harmonies of #413575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413575

Black with #413575

Text Example


Text Example

White with #413575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413575; }

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

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

background-color css

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

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

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

border-color css

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

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

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