Html Css Color HEX #403070 Minsk

📋 copy color: '#403070'

red 64 ◦ green 48 ◦ blue 112

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

Shades of Minsk #403070

Tints of Minsk #403070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 112 (44.14% from 255) = 50%

R = 28.57%
G = 21.43%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403070 (or 0x403070) is known color: Minsk. HEX triplet: 40, 30 and 70. RGB value is (64,48,112). Sum of RGB (Red+Green+Blue) = 64+48+112=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #403070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403070 is #BFCF8F. Grayscale: #3B3B3B. Windows color (decimal): -12570512 or 7352384. OLE color: 7352384.

HSL color Cylindrical-coordinate representation of color #403070: hue angle of 255º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403070 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 48 112 -
CMYK 0.43 0.57 0 0.56
HSL 255º 0.4% 0.31% -
HSV(B) 255º 0.57% 0.44% -
XYZ 6.1 4.37 15.85 -
YUV 60.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 64 48 112 0.43 0.57 0 0.56 255 0.4 0.31
Hex 40 30 70 2B 39 0 38 FF 28 1F
Octal 100 60 160 53 71 0 70 377 50 37
Binary 1000000 110000 1110000 101011 111001 0 111000 11111111 101000 11111

Color Harmonies of #403070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403070

Black with #403070

Text Example


Text Example

White with #403070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403070; }

 p { color: rgb(64,48,112); }

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

background-color css

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

 a { background-color: rgb(64,48,112); }

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

border-color css

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

 span { border-color: rgb(64,48,112); }

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