#3E145D

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

Shades of Christalle #3E145D

Tints of Christalle #3E145D

Color information

#3E145D (or 0x3E145D) is unknown color: approx Christalle. HEX triplet: 3E, 14 and 5D. RGB value is (62,20,93). Sum of RGB (Red+Green+Blue) = 62+20+93=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E145D is #C1EBA2. Grayscale: #282828. Windows color (decimal): -12708771 or 6100030. OLE color: 6100030.

HSL color Cylindrical-coordinate representation of color #3E145D: hue angle of 274.52º 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 #3E145D is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB622093-
CMYK0.330.7800.64
HSL274.52º64.6%22.16%-
HSV(B)274.52º78.49%36.47%-
XYZ4.212.3110.58-
YUV40.88157.41143.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=35.43%
G=11.43%
B=53.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6220930.330.7800.64274.5264.622.16
Hex3E145D214E0401134116
Octal762413541116010042310126
Binary111110101001011101100001100111001000000100010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E145D; }

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

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

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

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

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

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

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

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