#411B6A

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

Shades of Christalle #411B6A

Tints of Christalle #411B6A

Color information

#411B6A (or 0x411B6A) is unknown color: approx Christalle. HEX triplet: 41, 1B and 6A. RGB value is (65,27,106). Sum of RGB (Red+Green+Blue) = 65+27+106=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #411B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B6A is #BEE495. Grayscale: #2F2F2F. Windows color (decimal): -12510358 or 6953793. OLE color: 6953793.

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

Color convert

RGB6527106-
CMYK0.390.7500.58
HSL268.86º59.4%26.08%-
HSV(B)268.86º74.53%41.57%-
XYZ5.172.9513.93-
YUV47.37161.09140.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=32.83%
G=13.64%
B=53.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65271060.390.7500.58268.8659.426.08
Hex411B6A274B03A10d3b1a
Octal10133152471130724157332
Binary10000011101111010101001111001011011101010000110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,27,106); }

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

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

 a { background-color: rgb(65,27,106); }

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

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

 span { border-color: rgb(65,27,106); }

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