#411A61

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

Shades of Christalle #411A61

Tints of Christalle #411A61

Color information

#411A61 (or 0x411A61) is unknown color: approx Christalle. HEX triplet: 41, 1A and 61. RGB value is (65,26,97). Sum of RGB (Red+Green+Blue) = 65+26+97=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #411A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A61 is #BEE59E. Grayscale: #2D2D2D. Windows color (decimal): -12510623 or 6363713. OLE color: 6363713.

HSL color Cylindrical-coordinate representation of color #411A61: hue angle of 272.96º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #411A61 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB652697-
CMYK0.330.7300.62
HSL272.96º57.72%24.12%-
HSV(B)272.96º73.2%38.04%-
XYZ4.712.7311.59-
YUV45.76156.92141.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=34.57%
G=13.83%
B=51.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6526970.330.7300.62272.9657.7224.12
Hex411A61214903E1113a18
Octal10132141411110764217230
Binary10000011101011000011000011001001011111010001000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411A61; }

 p { color: rgb(65,26,97); }

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

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

 a { background-color: rgb(65,26,97); }

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

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

 span { border-color: rgb(65,26,97); }

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