#411961

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

Shades of Christalle #411961

Tints of Christalle #411961

Color information

#411961 (or 0x411961) is unknown color: approx Christalle. HEX triplet: 41, 19 and 61. RGB value is (65,25,97). Sum of RGB (Red+Green+Blue) = 65+25+97=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #411961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411961 is #BEE69E. Grayscale: #2C2C2C. Windows color (decimal): -12510879 or 6363457. OLE color: 6363457.

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

Color convert

RGB652597-
CMYK0.330.7400.62
HSL273.33º59.02%23.92%-
HSV(B)273.33º74.23%38.04%-
XYZ4.692.6811.58-
YUV45.17157.25142.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=34.76%
G=13.37%
B=51.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6525970.330.7400.62273.3359.0223.92
Hex411961214A03E1113b18
Octal10131141411120764217330
Binary10000011100111000011000011001010011111010001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411961; }

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

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

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

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

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

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

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

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