Html Css Color HEX #3E135D Christalle

📋 copy color: '#3E135D'

red 62 ◦ green 19 ◦ blue 93

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

Shades of Christalle #3E135D

Tints of Christalle #3E135D

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 value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E135D (or 0x3E135D) is known color: 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

RGB 62 19 93 -
CMYK 0.33 0.80 0 0.64
HSL 274.86º 0.66% 0.22% -
HSV(B) 274.86º 0.8% 0.36% -
XYZ 4.2 2.28 10.57 -
YUV 40.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 62 19 93 0.33 0.80 0 0.64 274.86 0.66 0.22
Hex 3E 13 5D 21 50 0 40 113 42 16
Octal 76 23 135 41 120 0 100 423 102 26
Binary 111110 10011 1011101 100001 1010000 0 1000000 100010011 1000010 10110

Color Harmonies of #3E135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E135D

Black with #3E135D

Text Example


Text Example

White with #3E135D

Text Example


Text Example

HTML Codes & Css Web 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>