#411963

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

Shades of Christalle #411963

Tints of Christalle #411963

Color information

#411963 (or 0x411963) is unknown color: approx Christalle. HEX triplet: 41, 19 and 63. RGB value is (65,25,99). Sum of RGB (Red+Green+Blue) = 65+25+99=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #411963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411963 is #BEE69C. Grayscale: #2D2D2D. Windows color (decimal): -12510877 or 6494529. OLE color: 6494529.

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

Color convert

RGB652599-
CMYK0.340.7500.61
HSL272.43º59.68%24.31%-
HSV(B)272.43º74.75%38.82%-
XYZ4.782.7212.08-
YUV45.4158.25141.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=34.39%
G=13.23%
B=52.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6525990.340.7500.61272.4359.6824.31
Hex411963224B03D1103c18
Octal10131143421130754207430
Binary10000011100111000111000101001011011110110001000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411963; }

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

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

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

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

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

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

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

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