Html Css Color HEX #3E065F Christalle

📋 copy color: '#3E065F'

red 62 ◦ green 6 ◦ blue 95

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

Shades of Christalle #3E065F

Tints of Christalle #3E065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

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

R = 38.04%
G = 3.68%
B = 58.28%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E065F (or 0x3E065F) is known color: Christalle. HEX triplet: 3E, 06 and 5F. RGB value is (62,6,95). Sum of RGB (Red+Green+Blue) = 62+6+95=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E065F is #C1F9A0. Grayscale: #202020. Windows color (decimal): -12712353 or 6227518. OLE color: 6227518.

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

Color convert

RGB 62 6 95 -
CMYK 0.35 0.94 0 0.63
HSL 277.75º 0.88% 0.2% -
HSV(B) 277.75º 0.94% 0.37% -
XYZ 4.12 1.98 10.99 -
YUV 32.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 62 6 95 0.35 0.94 0 0.63 277.75 0.88 0.2
Hex 3E 6 5F 23 5E 0 3F 116 58 14
Octal 76 6 137 43 136 0 77 426 130 24
Binary 111110 110 1011111 100011 1011110 0 111111 100010110 1011000 10100

Color Harmonies of #3E065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E065F

Black with #3E065F

Text Example


Text Example

White with #3E065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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