#412C68

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

Shades of Minsk #412C68

Tints of Minsk #412C68

Color information

#412C68 (or 0x412C68) is unknown color: approx Minsk. HEX triplet: 41, 2C and 68. RGB value is (65,44,104). Sum of RGB (Red+Green+Blue) = 65+44+104=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #412C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C68 is #BED397. Grayscale: #383838. Windows color (decimal): -12506008 or 6827073. OLE color: 6827073.

HSL color Cylindrical-coordinate representation of color #412C68: hue angle of 261º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412C68 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6544104-
CMYK0.380.5800.59
HSL261º40.54%29.02%-
HSV(B)261º57.69%40.78%-
XYZ5.583.9213.56-
YUV57.12154.46133.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=30.52%
G=20.66%
B=48.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65441040.380.5800.5926140.5429.02
Hex412C68263A03B105291d
Octal1015415046720734055135
Binary10000011011001101000100110111010011101110000010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C68; }

 p { color: rgb(65,44,104); }

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

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

 a { background-color: rgb(65,44,104); }

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

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

 span { border-color: rgb(65,44,104); }

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