Html Css Color HEX #403575 Minsk

📋 copy color: '#403575'

red 64 ◦ green 53 ◦ blue 117

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

Shades of Minsk #403575

Tints of Minsk #403575

RGB

 RED value IS 64 (25.39% from 255) = 27.35%

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

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

R = 27.35%
G = 22.65%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403575 (or 0x403575) is known color: Minsk. HEX triplet: 40, 35 and 75. RGB value is (64,53,117). Sum of RGB (Red+Green+Blue) = 64+53+117=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #403575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403575 is #BFCA8A. Grayscale: #3F3F3F. Windows color (decimal): -12569227 or 7681344. OLE color: 7681344.

HSL color Cylindrical-coordinate representation of color #403575: hue angle of 250.31º 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 #403575 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 53 117 -
CMYK 0.45 0.55 0 0.54
HSL 250.31º 0.38% 0.33% -
HSV(B) 250.31º 0.55% 0.46% -
XYZ 6.6 4.92 17.43 -
YUV 63.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 64 53 117 0.45 0.55 0 0.54 250.31 0.38 0.33
Hex 40 35 75 2D 37 0 36 FA 26 21
Octal 100 65 165 55 67 0 66 372 46 41
Binary 1000000 110101 1110101 101101 110111 0 110110 11111010 100110 100001

Color Harmonies of #403575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403575

Black with #403575

Text Example


Text Example

White with #403575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403575; }

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

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

background-color css

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

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

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

border-color css

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

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

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