#41195E

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

Shades of Christalle #41195E

Tints of Christalle #41195E

Color information

#41195E (or 0x41195E) is unknown color: approx Christalle. HEX triplet: 41, 19 and 5E. RGB value is (65,25,94). Sum of RGB (Red+Green+Blue) = 65+25+94=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #41195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41195E is #BEE6A1. Grayscale: #2C2C2C. Windows color (decimal): -12510882 or 6166849. OLE color: 6166849.

HSL color Cylindrical-coordinate representation of color #41195E: hue angle of 274.78º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41195E is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB652594-
CMYK0.310.7300.63
HSL274.78º57.98%23.33%-
HSV(B)274.78º73.4%36.86%-
XYZ4.552.6310.86-
YUV44.83155.75142.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=35.33%
G=13.59%
B=51.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6525940.310.7300.63274.7857.9823.33
Hex41195E1F4903F1133a17
Octal10131136371110774237227
Binary1000001110011011110111111001001011111110001001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41195E; }

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

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

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

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

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

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

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

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