#41195D

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

Shades of Christalle #41195D

Tints of Christalle #41195D

Color information

#41195D (or 0x41195D) is unknown color: approx Christalle. HEX triplet: 41, 19 and 5D. RGB value is (65,25,93). Sum of RGB (Red+Green+Blue) = 65+25+93=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #41195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41195D is #BEE6A2. Grayscale: #2C2C2C. Windows color (decimal): -12510883 or 6101313. OLE color: 6101313.

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

Color convert

RGB652593-
CMYK0.300.7300.64
HSL275.29º57.63%23.14%-
HSV(B)275.29º73.12%36.47%-
XYZ4.52.6110.62-
YUV44.71155.25142.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=35.52%
G=13.66%
B=50.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6525930.300.7300.64275.2957.6323.14
Hex41195D1E490401133a17
Octal101311353611101004237227
Binary10000011100110111011111010010010100000010001001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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