Html Css Color HEX #3E275F Christalle

📋 copy color: '#3E275F'

red 62 ◦ green 39 ◦ blue 95

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

Shades of Christalle #3E275F

Tints of Christalle #3E275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 31.63%
G = 19.9%
B = 48.47%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E275F (or 0x3E275F) is known color: Christalle. HEX triplet: 3E, 27 and 5F. RGB value is (62,39,95). Sum of RGB (Red+Green+Blue) = 62+39+95=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E275F is #C1D8A0. Grayscale: #343434. Windows color (decimal): -12703905 or 6235966. OLE color: 6235966.

HSL color Cylindrical-coordinate representation of color #3E275F: hue angle of 264.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E275F is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 39 95 -
CMYK 0.35 0.59 0 0.63
HSL 264.64º 0.42% 0.26% -
HSV(B) 264.64º 0.59% 0.37% -
XYZ 4.78 3.3 11.21 -
YUV 52.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 62 39 95 0.35 0.59 0 0.63 264.64 0.42 0.26
Hex 3E 27 5F 23 3B 0 3F 109 2A 1A
Octal 76 47 137 43 73 0 77 411 52 32
Binary 111110 100111 1011111 100011 111011 0 111111 100001001 101010 11010

Color Harmonies of #3E275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E275F

Black with #3E275F

Text Example


Text Example

White with #3E275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,39,95); }

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

background-color css

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

 a { background-color: rgb(62,39,95); }

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

border-color css

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

 span { border-color: rgb(62,39,95); }

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