#41145D

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

Shades of Christalle #41145D

Tints of Christalle #41145D

Color information

#41145D (or 0x41145D) is unknown color: approx Christalle. HEX triplet: 41, 14 and 5D. RGB value is (65,20,93). Sum of RGB (Red+Green+Blue) = 65+20+93=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #41145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41145D is #BEEBA2. Grayscale: #292929. Windows color (decimal): -12512163 or 6100033. OLE color: 6100033.

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

Color convert

RGB652093-
CMYK0.300.7800.64
HSL276.99º64.6%22.16%-
HSV(B)276.99º78.49%36.47%-
XYZ4.412.4110.59-
YUV41.78156.91144.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=36.52%
G=11.24%
B=52.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6520930.300.7800.64276.9964.622.16
Hex41145D1E4E0401154116
Octal1012413536116010042510126
Binary100000110100101110111110100111001000000100010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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