#3E135A

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

Shades of Christalle #3E135A

Tints of Christalle #3E135A

Color information

#3E135A (or 0x3E135A) is unknown color: approx Christalle. HEX triplet: 3E, 13 and 5A. RGB value is (62,19,90). Sum of RGB (Red+Green+Blue) = 62+19+90=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E135A is #C1ECA5. Grayscale: #272727. Windows color (decimal): -12709030 or 5903166. OLE color: 5903166.

HSL color Cylindrical-coordinate representation of color #3E135A: hue angle of 276.34º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E135A is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB621990-
CMYK0.310.7900.65
HSL276.34º65.14%21.37%-
HSV(B)276.34º78.89%35.29%-
XYZ4.062.239.89-
YUV39.95156.25143.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=36.26%
G=11.11%
B=52.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6219900.310.7900.65276.3465.1421.37
Hex3E135A1F4F0411144115
Octal762313237117010142410125
Binary11111010011101101011111100111101000001100010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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