#3E135D

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

Shades of Christalle #3E135D

Tints of Christalle #3E135D

Color information

#3E135D (or 0x3E135D) is unknown color: approx Christalle. HEX triplet: 3E, 13 and 5D. RGB value is (62,19,93). Sum of RGB (Red+Green+Blue) = 62+19+93=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E135D is #C1ECA2. Grayscale: #282828. Windows color (decimal): -12709027 or 6099774. OLE color: 6099774.

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

Color convert

RGB621993-
CMYK0.330.8000.64
HSL274.86º66.07%21.96%-
HSV(B)274.86º79.57%36.47%-
XYZ4.22.2810.57-
YUV40.29157.75143.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=35.63%
G=10.92%
B=53.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6219930.330.8000.64274.8666.0721.96
Hex3E135D21500401134216
Octal762313541120010042310226
Binary111110100111011101100001101000001000000100010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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