Html Css Color HEX #3E3161 Jacarta

📋 copy color: '#3E3161'

red 62 ◦ green 49 ◦ blue 97

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

Shades of Jacarta #3E3161

Tints of Jacarta #3E3161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 29.81%
G = 23.56%
B = 46.63%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3161 (or 0x3E3161) is known color: Jacarta. HEX triplet: 3E, 31 and 61. RGB value is (62,49,97). Sum of RGB (Red+Green+Blue) = 62+49+97=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3161 is #C1CE9E. Grayscale: #3A3A3A. Windows color (decimal): -12701343 or 6369598. OLE color: 6369598.

HSL color Cylindrical-coordinate representation of color #3E3161: hue angle of 256.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E3161 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 49 97 -
CMYK 0.36 0.49 0 0.62
HSL 256.25º 0.33% 0.29% -
HSV(B) 256.25º 0.49% 0.38% -
XYZ 5.24 4.08 11.82 -
YUV 58.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 62 49 97 0.36 0.49 0 0.62 256.25 0.33 0.29
Hex 3E 31 61 24 31 0 3E 100 21 1D
Octal 76 61 141 44 61 0 76 400 41 35
Binary 111110 110001 1100001 100100 110001 0 111110 100000000 100001 11101

Color Harmonies of #3E3161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3161

Black with #3E3161

Text Example


Text Example

White with #3E3161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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