Html Css Color HEX #403578 Minsk

📋 copy color: '#403578'

red 64 ◦ green 53 ◦ blue 120

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

Shades of Minsk #403578

Tints of Minsk #403578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 27%
G = 22.36%
B = 50.63%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403578 (or 0x403578) is known color: Minsk. HEX triplet: 40, 35 and 78. RGB value is (64,53,120). Sum of RGB (Red+Green+Blue) = 64+53+120=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #403578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403578 is #BFCA87. Grayscale: #3F3F3F. Windows color (decimal): -12569224 or 7877952. OLE color: 7877952.

HSL color Cylindrical-coordinate representation of color #403578: hue angle of 249.85º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403578 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 53 120 -
CMYK 0.47 0.56 0 0.53
HSL 249.85º 0.39% 0.34% -
HSV(B) 249.85º 0.56% 0.47% -
XYZ 6.78 4.99 18.38 -
YUV 63.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 64 53 120 0.47 0.56 0 0.53 249.85 0.39 0.34
Hex 40 35 78 2F 38 0 35 FA 27 22
Octal 100 65 170 57 70 0 65 372 47 42
Binary 1000000 110101 1111000 101111 111000 0 110101 11111010 100111 100010

Color Harmonies of #403578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403578

Black with #403578

Text Example


Text Example

White with #403578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403578; }

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

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

background-color css

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

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

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

border-color css

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

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

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