Html Css Color HEX #3E325B Jacarta

📋 copy color: '#3E325B'

red 62 ◦ green 50 ◦ blue 91

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

Shades of Jacarta #3E325B

Tints of Jacarta #3E325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 30.54%
G = 24.63%
B = 44.83%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E325B (or 0x3E325B) is known color: Jacarta. HEX triplet: 3E, 32 and 5B. RGB value is (62,50,91). Sum of RGB (Red+Green+Blue) = 62+50+91=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E325B is #C1CDA4. Grayscale: #3A3A3A. Windows color (decimal): -12701093 or 5976638. OLE color: 5976638.

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

Color convert

RGB 62 50 91 -
CMYK 0.32 0.45 0 0.64
HSL 257.56º 0.29% 0.28% -
HSV(B) 257.56º 0.45% 0.36% -
XYZ 5.02 4.06 10.42 -
YUV 58.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 62 50 91 0.32 0.45 0 0.64 257.56 0.29 0.28
Hex 3E 32 5B 20 2D 0 40 102 1D 1C
Octal 76 62 133 40 55 0 100 402 35 34
Binary 111110 110010 1011011 100000 101101 0 1000000 100000010 11101 11100

Color Harmonies of #3E325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E325B

Black with #3E325B

Text Example


Text Example

White with #3E325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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