Html Css Color HEX #3E206C Christalle

📋 copy color: '#3E206C'

red 62 ◦ green 32 ◦ blue 108

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

Shades of Christalle #3E206C

Tints of Christalle #3E206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 30.69%
G = 15.84%
B = 53.47%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E206C (or 0x3E206C) is known color: Christalle. HEX triplet: 3E, 20 and 6C. RGB value is (62,32,108). Sum of RGB (Red+Green+Blue) = 62+32+108=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E206C is #C1DF93. Grayscale: #313131. Windows color (decimal): -12705684 or 7086142. OLE color: 7086142.

HSL color Cylindrical-coordinate representation of color #3E206C: hue angle of 263.68º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E206C is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 32 108 -
CMYK 0.43 0.70 0 0.58
HSL 263.68º 0.54% 0.27% -
HSV(B) 263.68º 0.7% 0.42% -
XYZ 5.21 3.14 14.52 -
YUV 49.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 62 32 108 0.43 0.70 0 0.58 263.68 0.54 0.27
Hex 3E 20 6C 2B 46 0 3A 108 36 1B
Octal 76 40 154 53 106 0 72 410 66 33
Binary 111110 100000 1101100 101011 1000110 0 111010 100001000 110110 11011

Color Harmonies of #3E206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E206C

Black with #3E206C

Text Example


Text Example

White with #3E206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,108); }

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

background-color css

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

 a { background-color: rgb(62,32,108); }

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

border-color css

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

 span { border-color: rgb(62,32,108); }

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