#41135D

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

Shades of Christalle #41135D

Tints of Christalle #41135D

Color information

#41135D (or 0x41135D) is unknown color: approx Christalle. HEX triplet: 41, 13 and 5D. RGB value is (65,19,93). Sum of RGB (Red+Green+Blue) = 65+19+93=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #41135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41135D is #BEECA2. Grayscale: #282828. Windows color (decimal): -12512419 or 6099777. OLE color: 6099777.

HSL color Cylindrical-coordinate representation of color #41135D: hue angle of 277.3º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41135D is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB651993-
CMYK0.300.8000.64
HSL277.3º66.07%21.96%-
HSV(B)277.3º79.57%36.47%-
XYZ4.392.3810.58-
YUV41.19157.24144.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=36.72%
G=10.73%
B=52.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6519930.300.8000.64277.366.0721.96
Hex41135D1E500401154216
Octal1012313536120010042510226
Binary100000110011101110111110101000001000000100010101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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