#412544

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

Shades of Valentino #412544

Tints of Valentino #412544

Color information

#412544 (or 0x412544) is unknown color: approx Valentino. HEX triplet: 41, 25 and 44. RGB value is (65,37,68). Sum of RGB (Red+Green+Blue) = 65+37+68=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #412544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412544 is #BEDABB. Grayscale: #303030. Windows color (decimal): -12507836 or 4465985. OLE color: 4465985.

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

Color convert

RGB653768-
CMYK0.040.4600.73
HSL294.19º29.52%20.59%-
HSV(B)294.19º45.59%26.67%-
XYZ3.882.865.82-
YUV48.91138.78139.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 68 (26.95% from 255) = 40%
R=38.24%
G=21.76%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6537680.040.4600.73294.1929.5220.59
Hex41254442E0491261e15
Octal1014510445601114463625
Binary10000011001011000100100101110010010011001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412544; }

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

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

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

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

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

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

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

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