#412F68

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

Shades of Minsk #412F68

Tints of Minsk #412F68

Color information

#412F68 (or 0x412F68) is unknown color: approx Minsk. HEX triplet: 41, 2F and 68. RGB value is (65,47,104). Sum of RGB (Red+Green+Blue) = 65+47+104=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #412F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F68 is #BED097. Grayscale: #3A3A3A. Windows color (decimal): -12505240 or 6827841. OLE color: 6827841.

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

Color convert

RGB6547104-
CMYK0.380.5500.59
HSL258.95º37.75%29.61%-
HSV(B)258.95º54.81%40.78%-
XYZ5.74.1613.6-
YUV58.88153.46132.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=30.09%
G=21.76%
B=48.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65471040.380.5500.59258.9537.7529.61
Hex412F68263703B103261e
Octal1015715046670734034636
Binary10000011011111101000100110110111011101110000001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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