Html Css Color HEX #3E2D60 Jacarta

📋 copy color: '#3E2D60'

red 62 ◦ green 45 ◦ blue 96

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

Shades of Jacarta #3E2D60

Tints of Jacarta #3E2D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 30.54%
G = 22.17%
B = 47.29%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E2D60 (or 0x3E2D60) is known color: Jacarta. HEX triplet: 3E, 2D and 60. RGB value is (62,45,96). Sum of RGB (Red+Green+Blue) = 62+45+96=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E2D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2D60 is #C1D29F. Grayscale: #373737. Windows color (decimal): -12702368 or 6303038. OLE color: 6303038.

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

Color convert

RGB 62 45 96 -
CMYK 0.35 0.53 0 0.62
HSL 260º 0.36% 0.28% -
HSV(B) 260º 0.53% 0.38% -
XYZ 5.04 3.75 11.52 -
YUV 55.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 62 45 96 0.35 0.53 0 0.62 260 0.36 0.28
Hex 3E 2D 60 23 35 0 3E 104 24 1C
Octal 76 55 140 43 65 0 76 404 44 34
Binary 111110 101101 1100000 100011 110101 0 111110 100000100 100100 11100

Color Harmonies of #3E2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2D60

Black with #3E2D60

Text Example


Text Example

White with #3E2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,45,96); }

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

background-color css

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

 a { background-color: rgb(62,45,96); }

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

border-color css

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

 span { border-color: rgb(62,45,96); }

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