#412060

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

Shades of Christalle #412060

Tints of Christalle #412060

Color information

#412060 (or 0x412060) is unknown color: approx Christalle. HEX triplet: 41, 20 and 60. RGB value is (65,32,96). Sum of RGB (Red+Green+Blue) = 65+32+96=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #412060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412060 is #BEDF9F. Grayscale: #303030. Windows color (decimal): -12509088 or 6299713. OLE color: 6299713.

HSL color Cylindrical-coordinate representation of color #412060: hue angle of 270.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412060 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB653296-
CMYK0.320.6700.62
HSL270.94º50%25.1%-
HSV(B)270.94º66.67%37.65%-
XYZ4.81311.39-
YUV49.16154.43139.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=33.68%
G=16.58%
B=49.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6532960.320.6700.62270.945025.1
Hex412060204303E10f3219
Octal10140140401030764176231
Binary100000110000011000001000001000011011111010000111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412060; }

 p { color: rgb(65,32,96); }

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

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

 a { background-color: rgb(65,32,96); }

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

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

 span { border-color: rgb(65,32,96); }

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