Html Css Color HEX #3E295D Christalle

📋 copy color: '#3E295D'

red 62 ◦ green 41 ◦ blue 93

#3E295D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #3E295D

Tints of Christalle #3E295D

RGB

 RED value IS 62 (24.61% from 255) = 31.63%

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 93 (36.72% from 255) = 47.45%

R = 31.63%
G = 20.92%
B = 47.45%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E295D (or 0x3E295D) is known color: Christalle. HEX triplet: 3E, 29 and 5D. RGB value is (62,41,93). Sum of RGB (Red+Green+Blue) = 62+41+93=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E295D is #C1D6A2. Grayscale: #353535. Windows color (decimal): -12703395 or 6105406. OLE color: 6105406.

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

Color convert

RGB 62 41 93 -
CMYK 0.33 0.56 0 0.64
HSL 264.23º 0.39% 0.26% -
HSV(B) 264.23º 0.56% 0.36% -
XYZ 4.76 3.4 10.76 -
YUV 53.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 62 41 93 0.33 0.56 0 0.64 264.23 0.39 0.26
Hex 3E 29 5D 21 38 0 40 108 27 1A
Octal 76 51 135 41 70 0 100 410 47 32
Binary 111110 101001 1011101 100001 111000 0 1000000 100001000 100111 11010

Color Harmonies of #3E295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E295D

Black with #3E295D

Text Example


Text Example

White with #3E295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E295D;
 }
 .AnyTagClassName
 {
   color: #3E295D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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