#3E315E

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

Shades of Jacarta #3E315E

Tints of Jacarta #3E315E

Color information

#3E315E (or 0x3E315E) is unknown color: approx Jacarta. HEX triplet: 3E, 31 and 5E. RGB value is (62,49,94). Sum of RGB (Red+Green+Blue) = 62+49+94=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E315E is #C1CEA1. Grayscale: #393939. Windows color (decimal): -12701346 or 6172990. OLE color: 6172990.

HSL color Cylindrical-coordinate representation of color #3E315E: hue angle of 257.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E315E is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB624994-
CMYK0.340.4800.63
HSL257.33º31.47%28.04%-
HSV(B)257.33º47.87%36.86%-
XYZ5.114.0311.1-
YUV58.02148.31130.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=30.24%
G=23.90%
B=45.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6249940.340.4800.63257.3331.4728.04
Hex3E315E223003F1011f1c
Octal766113642600774013734
Binary111110110001101111010001011000001111111000000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,94); }

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

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

 a { background-color: rgb(62,49,94); }

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

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

 span { border-color: rgb(62,49,94); }

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