Html Css Color HEX #3E315F Jacarta

📋 copy color: '#3E315F'

red 62 ◦ green 49 ◦ blue 95

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

Shades of Jacarta #3E315F

Tints of Jacarta #3E315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 30.1%
G = 23.79%
B = 46.12%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E315F (or 0x3E315F) is known color: Jacarta. HEX triplet: 3E, 31 and 5F. RGB value is (62,49,95). Sum of RGB (Red+Green+Blue) = 62+49+95=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E315F is #C1CEA0. Grayscale: #393939. Windows color (decimal): -12701345 or 6238526. OLE color: 6238526.

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

Color convert

RGB 62 49 95 -
CMYK 0.35 0.48 0 0.63
HSL 256.96º 0.32% 0.28% -
HSV(B) 256.96º 0.48% 0.37% -
XYZ 5.15 4.05 11.34 -
YUV 58.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 62 49 95 0.35 0.48 0 0.63 256.96 0.32 0.28
Hex 3E 31 5F 23 30 0 3F 101 20 1C
Octal 76 61 137 43 60 0 77 401 40 34
Binary 111110 110001 1011111 100011 110000 0 111111 100000001 100000 11100

Color Harmonies of #3E315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E315F

Black with #3E315F

Text Example


Text Example

White with #3E315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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