#411463

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

Shades of Christalle #411463

Tints of Christalle #411463

Color information

#411463 (or 0x411463) is unknown color: approx Christalle. HEX triplet: 41, 14 and 63. RGB value is (65,20,99). Sum of RGB (Red+Green+Blue) = 65+20+99=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #411463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411463 is #BEEB9C. Grayscale: #2A2A2A. Windows color (decimal): -12512157 or 6493249. OLE color: 6493249.

HSL color Cylindrical-coordinate representation of color #411463: hue angle of 274.18º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411463 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB652099-
CMYK0.340.8000.61
HSL274.18º66.39%23.33%-
HSV(B)274.18º79.8%38.82%-
XYZ4.682.5212.04-
YUV42.46159.91144.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=35.33%
G=10.87%
B=53.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6520990.340.8000.61274.1866.3923.33
Hex411463225003D1124217
Octal101241434212007542210227
Binary100000110100110001110001010100000111101100010010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411463; }

 p { color: rgb(65,20,99); }

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

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

 a { background-color: rgb(65,20,99); }

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

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

 span { border-color: rgb(65,20,99); }

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