Html Css Color HEX #3E335B Jacarta

📋 copy color: '#3E335B'

red 62 ◦ green 51 ◦ blue 91

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

Shades of Jacarta #3E335B

Tints of Jacarta #3E335B

RGB

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

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

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

R = 30.39%
G = 25%
B = 44.61%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E335B (or 0x3E335B) is known color: Jacarta. HEX triplet: 3E, 33 and 5B. RGB value is (62,51,91). Sum of RGB (Red+Green+Blue) = 62+51+91=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E335B is #C1CCA4. Grayscale: #3A3A3A. Windows color (decimal): -12700837 or 5976894. OLE color: 5976894.

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

Color convert

RGB 62 51 91 -
CMYK 0.32 0.44 0 0.64
HSL 256.5º 0.28% 0.28% -
HSV(B) 256.5º 0.44% 0.36% -
XYZ 5.06 4.15 10.43 -
YUV 58.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 62 51 91 0.32 0.44 0 0.64 256.5 0.28 0.28
Hex 3E 33 5B 20 2C 0 40 100 1C 1C
Octal 76 63 133 40 54 0 100 400 34 34
Binary 111110 110011 1011011 100000 101100 0 1000000 100000000 11100 11100

Color Harmonies of #3E335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E335B

Black with #3E335B

Text Example


Text Example

White with #3E335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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