#412144

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

Shades of Valentino #412144

Tints of Valentino #412144

Color information

#412144 (or 0x412144) is unknown color: approx Valentino. HEX triplet: 41, 21 and 44. RGB value is (65,33,68). Sum of RGB (Red+Green+Blue) = 65+33+68=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #412144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412144 is #BEDEBB. Grayscale: #2E2E2E. Windows color (decimal): -12508860 or 4464961. OLE color: 4464961.

HSL color Cylindrical-coordinate representation of color #412144: hue angle of 294.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412144 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB653368-
CMYK0.040.5100.73
HSL294.86º34.65%19.8%-
HSV(B)294.86º51.47%26.67%-
XYZ3.772.635.78-
YUV46.56140.1141.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 68 (26.95% from 255) = 40.96%
R=39.16%
G=19.88%
B=40.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6533680.040.5100.73294.8634.6519.8
Hex4121444330491272314
Octal1014110446301114474324
Binary100000110000110001001001100110100100110010011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412144; }

 p { color: rgb(65,33,68); }

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

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

 a { background-color: rgb(65,33,68); }

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

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

 span { border-color: rgb(65,33,68); }

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