#411964

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

Shades of Christalle #411964

Tints of Christalle #411964

Color information

#411964 (or 0x411964) is unknown color: approx Christalle. HEX triplet: 41, 19 and 64. RGB value is (65,25,100). Sum of RGB (Red+Green+Blue) = 65+25+100=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #411964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411964 is #BEE69B. Grayscale: #2D2D2D. Windows color (decimal): -12510876 or 6560065. OLE color: 6560065.

HSL color Cylindrical-coordinate representation of color #411964: hue angle of 272º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411964 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6525100-
CMYK0.350.7500.61
HSL272º60%24.51%-
HSV(B)272º75%39.22%-
XYZ4.832.7412.33-
YUV45.51158.75141.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 100 (39.45% from 255) = 52.63%
R=34.21%
G=13.16%
B=52.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65251000.350.7500.612726024.51
Hex411964234B03D1103c19
Octal10131144431130754207431
Binary10000011100111001001000111001011011110110001000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411964; }

 p { color: rgb(65,25,100); }

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

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

 a { background-color: rgb(65,25,100); }

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

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

 span { border-color: rgb(65,25,100); }

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