#40306A

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

Shades of Minsk #40306A

Tints of Minsk #40306A

Color information

#40306A (or 0x40306A) is unknown color: approx Minsk. HEX triplet: 40, 30 and 6A. RGB value is (64,48,106). Sum of RGB (Red+Green+Blue) = 64+48+106=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #40306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40306A is #BFCF95. Grayscale: #3B3B3B. Windows color (decimal): -12570518 or 6959168. OLE color: 6959168.

HSL color Cylindrical-coordinate representation of color #40306A: hue angle of 256.55º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40306A is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6448106-
CMYK0.400.5500.58
HSL256.55º37.66%30.2%-
HSV(B)256.55º54.72%41.57%-
XYZ5.774.2414.15-
YUV59.4154.3131.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=29.36%
G=22.02%
B=48.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64481060.400.5500.58256.5537.6630.2
Hex40306A283703A101261e
Octal1006015250670724014636
Binary10000001100001101010101000110111011101010000000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40306A; }

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

 H1.HeaderClassName
 {
   color: #40306A;
 }
 .AnyTagClassName
 {
   color: #40306A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #40306A;
 }
 .BgClassName
 {
   background-color: #40306A;
 }
</style>
border-color css

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

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

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