#3E335D

Color #3E335D Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #3E335D

Tints of Jacarta #3E335D

Color information

#3E335D (or 0x3E335D) is unknown color: approx Jacarta. HEX triplet: 3E, 33 and 5D. RGB value is (62,51,93). Sum of RGB (Red+Green+Blue) = 62+51+93=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E335D is #C1CCA2. Grayscale: #3A3A3A. Windows color (decimal): -12700835 or 6107966. OLE color: 6107966.

HSL color Cylindrical-coordinate representation of color #3E335D: hue angle of 255.71º 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 #3E335D is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB625193-
CMYK0.330.4500.64
HSL255.71º29.17%28.24%-
HSV(B)255.71º45.16%36.47%-
XYZ5.154.1810.89-
YUV59.08147.14130.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=30.10%
G=24.76%
B=45.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6251930.330.4500.64255.7129.1728.24
Hex3E335D212D0401001d1c
Octal7663135415501004003534
Binary1111101100111011101100001101101010000001000000001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E335D;
 }
 .AnyTagClassName
 {
   color: #3E335D;
 }
</style>
background-color css

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

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

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

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

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

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