Html Css Color HEX #3E065A Christalle

📋 copy color: '#3E065A'

red 62 ◦ green 6 ◦ blue 90

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

Shades of Christalle #3E065A

Tints of Christalle #3E065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.96%

R = 39.24%
G = 3.8%
B = 56.96%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E065A (or 0x3E065A) is known color: Christalle. HEX triplet: 3E, 06 and 5A. RGB value is (62,6,90). Sum of RGB (Red+Green+Blue) = 62+6+90=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E065A is #C1F9A5. Grayscale: #202020. Windows color (decimal): -12712358 or 5899838. OLE color: 5899838.

HSL color Cylindrical-coordinate representation of color #3E065A: hue angle of 280º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E065A is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 6 90 -
CMYK 0.31 0.93 0 0.65
HSL 280º 0.88% 0.19% -
HSV(B) 280º 0.93% 0.35% -
XYZ 3.9 1.89 9.83 -
YUV 32.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 62 6 90 0.31 0.93 0 0.65 280 0.88 0.19
Hex 3E 6 5A 1F 5D 0 41 118 58 13
Octal 76 6 132 37 135 0 101 430 130 23
Binary 111110 110 1011010 11111 1011101 0 1000001 100011000 1011000 10011

Color Harmonies of #3E065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E065A

Black with #3E065A

Text Example


Text Example

White with #3E065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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