Html Css Color HEX #3E335A Jacarta

📋 copy color: '#3E335A'

red 62 ◦ green 51 ◦ blue 90

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

Shades of Jacarta #3E335A

Tints of Jacarta #3E335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 30.54%
G = 25.12%
B = 44.33%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E335A (or 0x3E335A) is known color: Jacarta. HEX triplet: 3E, 33 and 5A. RGB value is (62,51,90). Sum of RGB (Red+Green+Blue) = 62+51+90=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E335A is #C1CCA5. Grayscale: #3A3A3A. Windows color (decimal): -12700838 or 5911358. OLE color: 5911358.

HSL color Cylindrical-coordinate representation of color #3E335A: hue angle of 256.92º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E335A is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 51 90 -
CMYK 0.31 0.43 0 0.65
HSL 256.92º 0.28% 0.28% -
HSV(B) 256.92º 0.43% 0.35% -
XYZ 5.02 4.13 10.21 -
YUV 58.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 62 51 90 0.31 0.43 0 0.65 256.92 0.28 0.28
Hex 3E 33 5A 1F 2B 0 41 101 1C 1C
Octal 76 63 132 37 53 0 101 401 34 34
Binary 111110 110011 1011010 11111 101011 0 1000001 100000001 11100 11100

Color Harmonies of #3E335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E335A

Black with #3E335A

Text Example


Text Example

White with #3E335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,51,90); }

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

background-color css

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

 a { background-color: rgb(62,51,90); }

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

border-color css

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

 span { border-color: rgb(62,51,90); }

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