#403066

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

Shades of Minsk #403066

Tints of Minsk #403066

Color information

#403066 (or 0x403066) is unknown color: approx Minsk. HEX triplet: 40, 30 and 66. RGB value is (64,48,102). Sum of RGB (Red+Green+Blue) = 64+48+102=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #403066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403066 is #BFCF99. Grayscale: #3A3A3A. Windows color (decimal): -12570522 or 6697024. OLE color: 6697024.

HSL color Cylindrical-coordinate representation of color #403066: hue angle of 257.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403066 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6448102-
CMYK0.370.5300.6
HSL257.78º36%29.41%-
HSV(B)257.78º52.94%40%-
XYZ5.574.1613.08-
YUV58.94152.3131.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=29.91%
G=22.43%
B=47.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64481020.370.5300.6257.783629.41
Hex403066253503C102241d
Octal1006014645650744024435
Binary10000001100001100110100101110101011110010000001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403066; }

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

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

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

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

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

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

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

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