#411A6C

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

Shades of Christalle #411A6C

Tints of Christalle #411A6C

Color information

#411A6C (or 0x411A6C) is unknown color: approx Christalle. HEX triplet: 41, 1A and 6C. RGB value is (65,26,108). Sum of RGB (Red+Green+Blue) = 65+26+108=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #411A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A6C is #BEE593. Grayscale: #2E2E2E. Windows color (decimal): -12510612 or 7084609. OLE color: 7084609.

HSL color Cylindrical-coordinate representation of color #411A6C: hue angle of 268.54º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411A6C is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6526108-
CMYK0.400.7600.58
HSL268.54º61.19%26.27%-
HSV(B)268.54º75.93%42.35%-
XYZ5.262.9514.48-
YUV47.01162.42140.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=32.66%
G=13.07%
B=54.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65261080.400.7600.58268.5461.1926.27
Hex411A6C284C03A10d3d1a
Octal10132154501140724157532
Binary10000011101011011001010001001100011101010000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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