#403070

Color #403070 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #403070

Tints of Minsk #403070

Color information

#403070 (or 0x403070) is unknown color: approx 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

RGB6448112-
CMYK0.430.5700.56
HSL255º40%31.37%-
HSV(B)255º57.14%43.92%-
XYZ6.14.3715.85-
YUV60.08157.3130.8-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64481120.430.5700.562554031.37
Hex4030702B39038ff281f
Octal1006016053710703775037
Binary1000000110000111000010101111100101110001111111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>