#412C65

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

Shades of Minsk #412C65

Tints of Minsk #412C65

Color information

#412C65 (or 0x412C65) is unknown color: approx Minsk. HEX triplet: 41, 2C and 65. RGB value is (65,44,101). Sum of RGB (Red+Green+Blue) = 65+44+101=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #412C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C65 is #BED39A. Grayscale: #383838. Windows color (decimal): -12506011 or 6630465. OLE color: 6630465.

HSL color Cylindrical-coordinate representation of color #412C65: hue angle of 262.11º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412C65 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6544101-
CMYK0.360.5600.60
HSL262.11º39.31%28.43%-
HSV(B)262.11º56.44%39.61%-
XYZ5.433.8612.77-
YUV56.78152.96133.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=30.95%
G=20.95%
B=48.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65441010.360.5600.60262.1139.3128.43
Hex412C65243803C106271c
Octal1015414544700744064734
Binary10000011011001100101100100111000011110010000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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