#3E135C

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

Shades of Christalle #3E135C

Tints of Christalle #3E135C

Color information

#3E135C (or 0x3E135C) is unknown color: approx Christalle. HEX triplet: 3E, 13 and 5C. RGB value is (62,19,92). Sum of RGB (Red+Green+Blue) = 62+19+92=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E135C is #C1ECA3. Grayscale: #272727. Windows color (decimal): -12709028 or 6034238. OLE color: 6034238.

HSL color Cylindrical-coordinate representation of color #3E135C: hue angle of 275.34º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E135C is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB621992-
CMYK0.330.7900.64
HSL275.34º65.77%21.76%-
HSV(B)275.34º79.35%36.08%-
XYZ4.152.2610.34-
YUV40.18157.25143.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.84%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=35.84%
G=10.98%
B=53.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6219920.330.7900.64275.3465.7721.76
Hex3E135C214F0401134216
Octal762313441117010042310226
Binary111110100111011100100001100111101000000100010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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