Html Css Color HEX #3E315B Jacarta

📋 copy color: '#3E315B'

red 62 ◦ green 49 ◦ blue 91

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

Shades of Jacarta #3E315B

Tints of Jacarta #3E315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 30.69%
G = 24.26%
B = 45.05%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E315B (or 0x3E315B) is known color: Jacarta. HEX triplet: 3E, 31 and 5B. RGB value is (62,49,91). Sum of RGB (Red+Green+Blue) = 62+49+91=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E315B is #C1CEA4. Grayscale: #393939. Windows color (decimal): -12701349 or 5976382. OLE color: 5976382.

HSL color Cylindrical-coordinate representation of color #3E315B: hue angle of 258.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E315B is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 49 91 -
CMYK 0.32 0.46 0 0.64
HSL 258.57º 0.3% 0.27% -
HSV(B) 258.57º 0.46% 0.36% -
XYZ 4.97 3.98 10.4 -
YUV 57.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 62 49 91 0.32 0.46 0 0.64 258.57 0.3 0.27
Hex 3E 31 5B 20 2E 0 40 103 1E 1B
Octal 76 61 133 40 56 0 100 403 36 33
Binary 111110 110001 1011011 100000 101110 0 1000000 100000011 11110 11011

Color Harmonies of #3E315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E315B

Black with #3E315B

Text Example


Text Example

White with #3E315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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